Source-Changes-HG archive

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

[src/trunk]: src/share/mk Back to 2.31 for x86! Hooray :-)



details:   https://anonhg.NetBSD.org/src/rev/1dca56f9f27e
branches:  trunk
changeset: 446993:1dca56f9f27e
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 27 16:27:29 2018 +0000

description:
Back to 2.31 for x86! Hooray :-)

diffstat:

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

diffs (18 lines):

diff -r 8e913e6f9d56 -r 1dca56f9f27e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Dec 27 16:26:52 2018 +0000
+++ b/share/mk/bsd.own.mk       Thu Dec 27 16:27:29 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1087 2018/12/25 00:35:26 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1088 2018/12/27 16:27:29 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -150,7 +150,7 @@
 # What binutils is used?
 #
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
-HAVE_BINUTILS?=        227
+HAVE_BINUTILS?=        231
 .else
 HAVE_BINUTILS?=        227
 .endif



Home | Main Index | Thread Index | Old Index