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 binutils 227: constructors in ifconfig are ...



details:   https://anonhg.NetBSD.org/src/rev/8bac37ebe583
branches:  trunk
changeset: 446912:8bac37ebe583
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 25 00:35:26 2018 +0000

description:
back to binutils 227: constructors in ifconfig are broken.

diffstat:

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

diffs (18 lines):

diff -r 5d062367af5a -r 8bac37ebe583 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Dec 24 22:47:19 2018 +0000
+++ b/share/mk/bsd.own.mk       Tue Dec 25 00:35:26 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1086 2018/12/24 21:51:57 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1087 2018/12/25 00:35:26 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?=        231
+HAVE_BINUTILS?=        227
 .else
 HAVE_BINUTILS?=        227
 .endif



Home | Main Index | Thread Index | Old Index