Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk unbreak powerpc64; it is not ready for gcc-4.8 ATM.
details: https://anonhg.NetBSD.org/src/rev/9223575ab91d
branches: trunk
changeset: 330101:9223575ab91d
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 23 02:13:53 2014 +0000
description:
unbreak powerpc64; it is not ready for gcc-4.8 ATM.
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r f8979a00d175 -r 9223575ab91d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Jun 23 01:04:36 2014 +0000
+++ b/share/mk/bsd.own.mk Mon Jun 23 02:13:53 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.815 2014/06/06 21:04:02 skrll Exp $
+# $NetBSD: bsd.own.mk,v 1.816 2014/06/23 02:13:53 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -54,7 +54,8 @@
# Platforms still using GCC 4.5
.if \
${MACHINE_CPU} == "m68k" || \
- ${MACHINE_ARCH} == "powerpc"
+ ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "powerpc64"
HAVE_GCC?= 45
.else
Home |
Main Index |
Thread Index |
Old Index