Module Name:    src
Committed By:   christos
Date:           Thu Dec  8 03:22:36 UTC 2016

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

Log Message:
move sh3 to new binutils


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

Reply via email to