Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch m68k to use gcc48.



details:   https://anonhg.NetBSD.org/src/rev/f30cd525cfc2
branches:  trunk
changeset: 335769:f30cd525cfc2
user:      chs <chs%NetBSD.org@localhost>
date:      Fri Jan 23 03:43:24 2015 +0000

description:
switch m68k to use gcc48.

diffstat:

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

diffs (23 lines):

diff -r 131f13008d70 -r f30cd525cfc2 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Jan 23 03:40:25 2015 +0000
+++ b/share/mk/bsd.own.mk       Fri Jan 23 03:43:24 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.841 2015/01/05 03:45:31 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.842 2015/01/23 03:43:24 chs Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -61,12 +61,7 @@
 #
 .if ${MKGCC:Uyes} != "no"
 
-# Platforms still using GCC 4.5
-.if \
-      ${MACHINE_CPU} == "m68k"
-HAVE_GCC?=    45
-
-.elif ${MACHINE} == "playstation2" || ${MACHINE_CPU} == "aarch64"
+.if ${MACHINE} == "playstation2" || ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=    0
 .else
 # Otherwise, default to GCC4.8



Home | Main Index | Thread Index | Old Index