Module Name: src
Committed By: macallan
Date: Tue Feb 23 18:03:31 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch sparc to new binutils
To generate a diff of this commit:
cvs rdiff -u -r1.901 -r1.902 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.901 src/share/mk/bsd.own.mk:1.902
--- src/share/mk/bsd.own.mk:1.901 Fri Feb 19 18:47:24 2016
+++ src/share/mk/bsd.own.mk Tue Feb 23 18:03:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.901 2016/02/19 18:47:24 macallan Exp $
+# $NetBSD: bsd.own.mk,v 1.902 2016/02/23 18:03:31 macallan Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -142,6 +142,7 @@ EXTERNAL_GDB_SUBDIR= gdb
${MACHINE} == "evbarm" || \
${MACHINE} == "i386" || \
${MACHINE} == "hppa" || \
+ ${MACHINE} == "sparc" || \
${MACHINE_ARCH} == "powerpc"
HAVE_BINUTILS?= 226
.else