Module Name: src
Committed By: christos
Date: Tue Feb 2 20:23:24 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch i386 to new binutils.
To generate a diff of this commit:
cvs rdiff -u -r1.892 -r1.893 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.892 src/share/mk/bsd.own.mk:1.893
--- src/share/mk/bsd.own.mk:1.892 Mon Feb 1 07:56:06 2016
+++ src/share/mk/bsd.own.mk Tue Feb 2 15:23:24 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.892 2016/02/01 12:56:06 skrll Exp $
+# $NetBSD: bsd.own.mk,v 1.893 2016/02/02 20:23:24 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -135,6 +135,7 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
.if ${MACHINE} == "amd64" || \
${MACHINE} == "evbarm" || \
+ ${MACHINE} == "i386" || \
${MACHINE} == "hppa"
HAVE_BINUTILS?= 226
.else