Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch sparc* to GCC 4.8.



details:   https://anonhg.NetBSD.org/src/rev/89fafdc524fb
branches:  trunk
changeset: 327383:89fafdc524fb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Mar 06 11:21:05 2014 +0000

description:
switch sparc* to GCC 4.8.

diffstat:

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

diffs (20 lines):

diff -r 08e930bced6e -r 89fafdc524fb share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Mar 06 11:01:16 2014 +0000
+++ b/share/mk/bsd.own.mk       Thu Mar 06 11:21:05 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.777 2014/03/06 09:03:41 skrll Exp $
+#      $NetBSD: bsd.own.mk,v 1.778 2014/03/06 11:21:05 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -58,7 +58,9 @@
 HAVE_GCC?=    4
 
 # Platforms switched to GCC 4.8
-.elif ${MACHINE_CPU} == "hppa"
+.elif ${MACHINE_CPU} == "hppa" || \
+      ${MACHINE_CPU} == "sparc" || \
+      ${MACHINE_CPU} == "sparc64"
 HAVE_GCC?=    48
 
 .else



Home | Main Index | Thread Index | Old Index