Module Name:    src
Committed By:   christos
Date:           Sat Dec  3 16:02:10 UTC 2016

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

Log Message:
switch sparc/sparc64 to binutils 227


To generate a diff of this commit:
cvs rdiff -u -r1.992 -r1.993 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.992 src/share/mk/bsd.own.mk:1.993
--- src/share/mk/bsd.own.mk:1.992	Fri Dec  2 23:06:25 2016
+++ src/share/mk/bsd.own.mk	Sat Dec  3 11:02:10 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.992 2016/12/03 04:06:25 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.993 2016/12/03 16:02:10 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -150,6 +150,8 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
     ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_ARCH} == "mips64el" || \
     ${MACHINE_ARCH} == "mips64eb" || \
+    ${MACHINE} == "sparc" || \
+    ${MACHINE} == "sparc64" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_BINUTILS?=	227

Reply via email to