pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/go14 go14: Not for aarch64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/145e37a6b964
branches:  trunk
changeset: 440852:145e37a6b964
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Oct 20 11:22:27 2020 +0000

description:
go14: Not for aarch64

diffstat:

 lang/go14/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5729f9e80ede -r 145e37a6b964 lang/go14/Makefile
--- a/lang/go14/Makefile        Tue Oct 20 11:14:41 2020 +0000
+++ b/lang/go14/Makefile        Tue Oct 20 11:22:27 2020 +0000
@@ -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/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