Source-Changes-HG archive

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

src: switch x86 to binutils-2.30



details:   https://anonhg.NetBSD.org/src/rev/e996f8aa586a
branches:  trunk
changeset: 318216:e996f8aa586a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 15 20:08:13 2018 +0000
description:
switch x86 to binutils-2.30

diffstat:

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

diffs (22 lines):

diff -r 11532af396ed -r e996f8aa586a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Apr 15 20:06:01 2018 +0000
+++ b/share/mk/bsd.own.mk       Sun Apr 15 20:08:13 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1056 2018/04/14 23:14:12 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1057 2018/04/15 20:08:13 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -162,7 +162,12 @@
 #
 # What binutils is used?
 #
+.if ${MACHINE_ARCH} == "x86_64" || \
+    ${MACHINE_ARCH} == "i386"
+HAVE_BINUTILS?=        230
+.else
 HAVE_BINUTILS?=        227
+.endif
 
 .if ${HAVE_BINUTILS} == 230
 EXTERNAL_BINUTILS_SUBDIR=      binutils



Home | Main Index | Thread Index | Old Index