Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch x86 to binutils 2.31.1



details:   https://anonhg.NetBSD.org/src/rev/56f160449aff
branches:  trunk
changeset: 446908:56f160449aff
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 24 21:51:57 2018 +0000

description:
Switch x86 to binutils 2.31.1

diffstat:

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

diffs (21 lines):

diff -r 2d1e2566ed2c -r 56f160449aff share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Dec 24 21:48:52 2018 +0000
+++ b/share/mk/bsd.own.mk       Mon Dec 24 21:51:57 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1085 2018/12/03 19:15:35 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1086 2018/12/24 21:51:57 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -149,7 +149,11 @@
 #
 # What binutils is used?
 #
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
+HAVE_BINUTILS?=        231
+.else
 HAVE_BINUTILS?=        227
+.endif
 
 .if ${HAVE_BINUTILS} == 231
 EXTERNAL_BINUTILS_SUBDIR=      binutils



Home | Main Index | Thread Index | Old Index