Module Name:    src
Committed By:   mrg
Date:           Sun Aug  7 08:15:03 UTC 2011

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

Log Message:
switch x86 to GCC 4.5.


To generate a diff of this commit:
cvs rdiff -u -r1.677 -r1.678 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.677 src/share/mk/bsd.own.mk:1.678
--- src/share/mk/bsd.own.mk:1.677	Fri Aug  5 00:24:12 2011
+++ src/share/mk/bsd.own.mk	Sun Aug  7 08:15:02 2011
@@ -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
 

Reply via email to