Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/bf5c95657b86
branches:  trunk
changeset: 327443:bf5c95657b86
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Mar 07 16:22:24 2014 +0000

description:
Switch arm to gcc 4.8

OK matt@

diffstat:

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

diffs (20 lines):

diff -r c4dda1a979d2 -r bf5c95657b86 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Mar 07 13:19:26 2014 +0000
+++ b/share/mk/bsd.own.mk       Fri Mar 07 16:22:24 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.780 2014/03/07 08:31:05 martin Exp $
+#      $NetBSD: bsd.own.mk,v 1.781 2014/03/07 16:22:24 skrll 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} == "alpha" || \
+.elif \
+      ${MACHINE_CPU} == "alpha" || \
+      ${MACHINE_CPU} == "arm" || \
       ${MACHINE_CPU} == "hppa" || \
       ${MACHINE_CPU} == "sparc" || \
       ${MACHINE_CPU} == "sparc64"



Home | Main Index | Thread Index | Old Index