pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/go14
Module Name: pkgsrc
Committed By: nia
Date: Tue Oct 20 11:22:27 UTC 2020
Modified Files:
pkgsrc/lang/go14: Makefile
Log Message:
go14: Not for aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/go14/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/go14/Makefile
diff -u pkgsrc/lang/go14/Makefile:1.22 pkgsrc/lang/go14/Makefile:1.23
--- pkgsrc/lang/go14/Makefile:1.22 Mon Aug 31 18:09:50 2020
+++ pkgsrc/lang/go14/Makefile Tue Oct 20 11:22:27 2020
@@ -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_pe
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
Home |
Main Index |
Thread Index |
Old Index