Module Name:    src
Committed By:   chs
Date:           Fri Jan 23 03:43:24 UTC 2015

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch m68k to use gcc48.


To generate a diff of this commit:
cvs rdiff -u -r1.841 -r1.842 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.841 src/share/mk/bsd.own.mk:1.842
--- src/share/mk/bsd.own.mk:1.841	Mon Jan  5 03:45:31 2015
+++ src/share/mk/bsd.own.mk	Fri Jan 23 03:43:24 2015
@@ -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 @@ MKGCC?=		no
 #
 .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

Reply via email to