Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Switch sh3 to gcc 4.8. My landisk just survived two...



details:   https://anonhg.NetBSD.org/src/rev/f4ab98936477
branches:  trunk
changeset: 796513:f4ab98936477
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jun 06 21:04:02 2014 +0000

description:
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.

diffstat:

 share/mk/bsd.own.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f10bef0c43fc -r f4ab98936477 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Jun 06 20:24:03 2014 +0000
+++ b/share/mk/bsd.own.mk       Fri Jun 06 21:04:02 2014 +0000
@@ -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 @@
 # Platforms still using GCC 4.5
 .if \
       ${MACHINE_CPU} == "m68k" || \
-      ${MACHINE_CPU} == "sh3" || \
       ${MACHINE_ARCH} == "powerpc"
 HAVE_GCC?=    45
 



Home | Main Index | Thread Index | Old Index