summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-10-20 11:22:27 +0000
committernia <nia@pkgsrc.org>2020-10-20 11:22:27 +0000
commit7c73e8133d513540756da751edc7701e6fb1cf0a (patch)
treee97f7c0185643db3489596a0351ab6e78e7404a8
parent3f1ada438aab702c7f47d3578038fd03fac781d6 (diff)
downloadpkgsrc-7c73e8133d513540756da751edc7701e6fb1cf0a.tar.gz
go14: Not for aarch64
-rw-r--r--lang/go14/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile
index d5bf14f2b3e..32db677a991 100644
--- a/lang/go14/Makefile
+++ b/lang/go14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/08/31 18:09:50 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2020/10/20 11:22:27 nia Exp $
.include "../../lang/go/version.mk"
@@ -67,6 +67,9 @@ REPLACE_PERL+= src/regexp/syntax/make_perl_groups.pl
REPLACE_PERL+= src/syscall/*.pl
REPLACE_PERL+= test/errchk
+NOT_FOR_PLATFORM+= *-*-aarch64
+NOT_FOR_PLATFORM+= *-*-aarch64eb
+
# uses its own linker which does not support relro in 1.4.x
CHECK_RELRO_SKIP= go14/bin/go
CHECK_RELRO_SKIP+= go14/bin/gofmt