Module Name:    src
Committed By:   mrg
Date:           Sun Dec 11 03:40:57 UTC 2016

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
aarch64 builds work with binutils 2.27.  switch it.  hppa builds,
just needs a run time test if someone wants.  then we're done!


To generate a diff of this commit:
cvs rdiff -u -r1.997 -r1.998 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.997 src/share/mk/bsd.own.mk:1.998
--- src/share/mk/bsd.own.mk:1.997	Sun Dec 11 02:38:54 2016
+++ src/share/mk/bsd.own.mk	Sun Dec 11 03:40:57 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.997 2016/12/11 02:38:54 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.998 2016/12/11 03:40:57 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -145,7 +145,6 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 # What binutils is used?
 #
 .if \
-    ${MACHINE_CPU} == "aarch64" || \
     ${MACHINE_CPU} == "hppa"
 HAVE_BINUTILS?=	226
 .else

Reply via email to