Source-Changes-HG archive

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

[src/trunk]: src/share/mk revert binutils check polarity. now we know that o...



details:   https://anonhg.NetBSD.org/src/rev/4a5db637182d
branches:  trunk
changeset: 349444:4a5db637182d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Dec 10 23:40:03 2016 +0000

description:
revert binutils check polarity.  now we know that only these are
not updated to binutils 2.27: aarch64*, *arm*, hppa, mipse[lb]

diffstat:

 share/mk/bsd.own.mk |  22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diffs (37 lines):

diff -r 4bdac48d2bf6 -r 4a5db637182d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Dec 10 23:21:02 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Dec 10 23:40:03 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.995 2016/12/10 23:19:26 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.996 2016/12/10 23:40:03 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -145,20 +145,14 @@
 # What binutils is used?
 #
 .if \
-    ${MACHINE} == "alpha" || \
-    ${MACHINE_ARCH} == "i386" || \
-    ${MACHINE_CPU} == "m68k" || \
-    ${MACHINE_ARCH} == "mips64el" || \
-    ${MACHINE_ARCH} == "mips64eb" || \
-    ${MACHINE_CPU} == "powerpc" || \
-    ${MACHINE_CPU} == "sh3" || \
-    ${MACHINE} == "sparc" || \
-    ${MACHINE} == "sparc64" || \
-    ${MACHINE_ARCH} == "x86_64" || \
-    ${MACHINE_ARCH} == "vax"
+    ${MACHINE_CPU} == "aarch64" || \
+    ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "hppa" || \
+    ${MACHINE_ARCH} == "mipsel" || \
+    ${MACHINE_ARCH} == "mipseb"
+HAVE_BINUTILS?=        226
+.else
 HAVE_BINUTILS?=        227
-.else
-HAVE_BINUTILS?=        226
 .endif
 
 .if ${HAVE_BINUTILS} == 226



Home | Main Index | Thread Index | Old Index