Source-Changes-HG archive

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

[src/netbsd-7]: src/share/mk Apply patch (requested by chs in ticket #499):



details:   https://anonhg.NetBSD.org/src/rev/235de10e1281
branches:  netbsd-7
changeset: 798966:235de10e1281
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Feb 09 00:25:33 2015 +0000

description:
Apply patch (requested by chs in ticket #499):
Switch powerpc64 and m68k to gcc 4.8.

diffstat:

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

diffs (24 lines):

diff -r f46ca17ad132 -r 235de10e1281 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Feb 08 22:21:09 2015 +0000
+++ b/share/mk/bsd.own.mk       Mon Feb 09 00:25:33 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.829.2.2 2015/01/02 20:47:51 martin Exp $
+#      $NetBSD: bsd.own.mk,v 1.829.2.3 2015/02/09 00:25:33 snj Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -61,13 +61,7 @@
 #
 .if ${MKGCC:Uyes} != "no"
 
-# Platforms still using GCC 4.5
-.if \
-      ${MACHINE_CPU} == "m68k" || \
-      ${MACHINE_ARCH} == "powerpc64"
-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