Source-Changes-HG archive

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

[src/trunk]: src/share/mk aarch64 builds work with binutils 2.27. switch it....



details:   https://anonhg.NetBSD.org/src/rev/4c336ac65edb
branches:  trunk
changeset: 349458:4c336ac65edb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Dec 11 03:40:57 2016 +0000

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

diffstat:

 share/mk/bsd.own.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b6623bc0e3a4 -r 4c336ac65edb share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Dec 11 03:38:09 2016 +0000
+++ b/share/mk/bsd.own.mk       Sun Dec 11 03:40:57 2016 +0000
@@ -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 @@
 # What binutils is used?
 #
 .if \
-    ${MACHINE_CPU} == "aarch64" || \
     ${MACHINE_CPU} == "hppa"
 HAVE_BINUTILS?=        226
 .else



Home | Main Index | Thread Index | Old Index