Module Name: src
Committed By: christos
Date: Tue Mar 11 23:22:36 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch amd64 to gcc-4.8
To generate a diff of this commit:
cvs rdiff -u -r1.783 -r1.784 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.783 src/share/mk/bsd.own.mk:1.784
--- src/share/mk/bsd.own.mk:1.783 Mon Mar 10 18:38:53 2014
+++ src/share/mk/bsd.own.mk Tue Mar 11 19:22:36 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.783 2014/03/10 22:38:53 pooka Exp $
+# $NetBSD: bsd.own.mk,v 1.784 2014/03/11 23:22:36 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -63,7 +63,8 @@ HAVE_GCC?= 4
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "sparc" || \
- ${MACHINE_CPU} == "sparc64"
+ ${MACHINE_CPU} == "sparc64" || \
+ ${MACHINE_CPU} == "x86_64"
HAVE_GCC?= 48
.else