Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch x86 to GCC 4.5.
details: https://anonhg.NetBSD.org/src/rev/fb126d651eb8
branches: trunk
changeset: 768048:fb126d651eb8
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Aug 07 08:15:02 2011 +0000
description:
switch x86 to GCC 4.5.
diffstat:
share/mk/bsd.own.mk | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 6bbc537f0698 -r fb126d651eb8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Aug 07 06:03:45 2011 +0000
+++ b/share/mk/bsd.own.mk Sun Aug 07 08:15:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.677 2011/08/05 00:24:12 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.678 2011/08/07 08:15:02 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -49,9 +49,11 @@
#
# Platforms using GCC 4.5
#
-.if ${MACHINE_ARCH} == "sparc64" || \
- ${MACHINE_CPU} == mips || \
- ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_CPU} == "mips" || \
+ ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "sparc64" || \
+ ${MACHINE_ARCH} == "x86_64"
HAVE_GCC?= 45
.endif
Home |
Main Index |
Thread Index |
Old Index