Module Name: src
Committed By: matt
Date: Sat Aug 23 02:26:36 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Change powerpc64 to use GCC 4.8
To generate a diff of this commit:
cvs rdiff -u -r1.832 -r1.833 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.832 src/share/mk/bsd.own.mk:1.833
--- src/share/mk/bsd.own.mk:1.832 Wed Aug 13 20:51:26 2014
+++ src/share/mk/bsd.own.mk Sat Aug 23 02:26:36 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.832 2014/08/13 20:51:26 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.833 2014/08/23 02:26:36 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -64,8 +64,7 @@ MKGCC?= no
# Platforms still using GCC 4.5
.if \
${MACHINE_CPU} == "m68k" || \
- ${MACHINE_ARCH} == "powerpc" || \
- ${MACHINE_ARCH} == "powerpc64"
+ ${MACHINE_ARCH} == "powerpc"
HAVE_GCC?= 45
.elif ${MACHINE} == "playstation2" || ${MACHINE_CPU} == "aarch64"