Module Name:    src
Committed By:   snj
Date:           Mon Feb  9 00:25:33 UTC 2015

Modified Files:
        src/share/mk [netbsd-7]: bsd.own.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.829.2.2 -r1.829.2.3 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.829.2.2 src/share/mk/bsd.own.mk:1.829.2.3
--- src/share/mk/bsd.own.mk:1.829.2.2	Fri Jan  2 20:47:51 2015
+++ src/share/mk/bsd.own.mk	Mon Feb  9 00:25:33 2015
@@ -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 @@ MKGCC?=		no
 #
 .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

Reply via email to