Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch powerpc64 architectures over to gcc 4.8.
details: https://anonhg.NetBSD.org/src/rev/081110c912a9
branches: trunk
changeset: 796098:081110c912a9
user: martin <martin%NetBSD.org@localhost>
date: Tue May 20 09:59:20 2014 +0000
description:
Switch powerpc64 architectures over to gcc 4.8.
OK: mrg@
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 448d325949ad -r 081110c912a9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue May 20 09:56:26 2014 +0000
+++ b/share/mk/bsd.own.mk Tue May 20 09:59:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.806 2014/05/17 23:32:32 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.807 2014/05/20 09:59:20 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -65,7 +65,8 @@
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64" || \
${MACHINE_CPU} == "x86_64" || \
- ${MACHINE_CPU} == "i386"
+ ${MACHINE_CPU} == "i386" || \
+ ${MACHINE_ARCH} == "powerpc64"
HAVE_GCC?= 48
.else
Home |
Main Index |
Thread Index |
Old Index