Module Name:    src
Committed By:   skrll
Date:           Fri Jun  6 21:04:03 UTC 2014

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

Log Message:
Switch sh3 to gcc 4.8. My landisk just survived two atf runs through
/usr/tests with

Summary for 587 test programs:
    3691 passed test cases.
    50 failed test cases.
    27 expected failed test cases.
    137 skipped test cases.


To generate a diff of this commit:
cvs rdiff -u -r1.814 -r1.815 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.814 src/share/mk/bsd.own.mk:1.815
--- src/share/mk/bsd.own.mk:1.814	Fri Jun  6 20:24:03 2014
+++ src/share/mk/bsd.own.mk	Fri Jun  6 21:04:02 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.814 2014/06/06 20:24:03 martin Exp $
+#	$NetBSD: bsd.own.mk,v 1.815 2014/06/06 21:04:02 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -54,7 +54,6 @@ TOOLCHAIN_MISSING?=	no
 # Platforms still using GCC 4.5
 .if \
       ${MACHINE_CPU} == "m68k" || \
-      ${MACHINE_CPU} == "sh3" || \
       ${MACHINE_ARCH} == "powerpc"
 HAVE_GCC?=    45
 

Reply via email to