Module Name: src
Committed By: martin
Date: Sun Feb 28 20:47:01 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sparc64 over to new binutils
To generate a diff of this commit:
cvs rdiff -u -r1.903 -r1.904 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.903 src/share/mk/bsd.own.mk:1.904
--- src/share/mk/bsd.own.mk:1.903 Sat Feb 27 18:56:33 2016
+++ src/share/mk/bsd.own.mk Sun Feb 28 20:47:01 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.903 2016/02/27 18:56:33 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.904 2016/02/28 20:47:01 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -145,6 +145,7 @@ EXTERNAL_GDB_SUBDIR= gdb
${MACHINE} == "i386" || \
${MACHINE} == "hppa" || \
${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64" || \
${MACHINE_ARCH} == "powerpc"
HAVE_BINUTILS?= 226
.else