Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch alpha over to gcc 4.8



details:   https://anonhg.NetBSD.org/src/rev/321d9a0de068
branches:  trunk
changeset: 794177:321d9a0de068
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Mar 07 08:31:05 2014 +0000

description:
Switch alpha over to gcc 4.8

diffstat:

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

diffs (19 lines):

diff -r a3736f1aba20 -r 321d9a0de068 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Mar 07 08:28:13 2014 +0000
+++ b/share/mk/bsd.own.mk       Fri Mar 07 08:31:05 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.779 2014/03/07 06:01:34 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.780 2014/03/07 08:31:05 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -58,7 +58,8 @@
 HAVE_GCC?=    4
 
 # Platforms switched to GCC 4.8
-.elif ${MACHINE_CPU} == "hppa" || \
+.elif ${MACHINE_CPU} == "alpha" || \
+      ${MACHINE_CPU} == "hppa" || \
       ${MACHINE_CPU} == "sparc" || \
       ${MACHINE_CPU} == "sparc64"
 HAVE_GCC?=    48



Home | Main Index | Thread Index | Old Index