Module Name:    src
Committed By:   christos
Date:           Tue Dec 25 00:35:26 UTC 2018

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
back to binutils 227: constructors in ifconfig are broken.


To generate a diff of this commit:
cvs rdiff -u -r1.1086 -r1.1087 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1086 src/share/mk/bsd.own.mk:1.1087
--- src/share/mk/bsd.own.mk:1.1086	Mon Dec 24 16:51:57 2018
+++ src/share/mk/bsd.own.mk	Mon Dec 24 19:35:26 2018
@@ -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 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 # What binutils is used?
 #
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
-HAVE_BINUTILS?=	231
+HAVE_BINUTILS?=	227
 .else
 HAVE_BINUTILS?=	227
 .endif

Reply via email to