Module Name:    src
Committed By:   christos
Date:           Sat Sep  3 09:08:29 UTC 2016

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

Log Message:
gcc-5.3 for sh3


To generate a diff of this commit:
cvs rdiff -u -r1.949 -r1.950 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.949 src/share/mk/bsd.own.mk:1.950
--- src/share/mk/bsd.own.mk:1.949	Wed Aug 31 13:31:22 2016
+++ src/share/mk/bsd.own.mk	Sat Sep  3 05:08:28 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.949 2016/08/31 17:31:22 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.950 2016/09/03 09:08:28 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -76,6 +76,7 @@ HAVE_GCC?=	0
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "sh3" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_GCC?=	53

Reply via email to