Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch amd64 to gcc-4.8
details: https://anonhg.NetBSD.org/src/rev/4f7dbb1276cb
branches: trunk
changeset: 327581:4f7dbb1276cb
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 11 23:22:36 2014 +0000
description:
switch amd64 to gcc-4.8
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 9c3d2429786b -r 4f7dbb1276cb share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Mar 11 20:54:29 2014 +0000
+++ b/share/mk/bsd.own.mk Tue Mar 11 23:22:36 2014 +0000
@@ -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 @@
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "sparc" || \
- ${MACHINE_CPU} == "sparc64"
+ ${MACHINE_CPU} == "sparc64" || \
+ ${MACHINE_CPU} == "x86_64"
HAVE_GCC?= 48
.else
Home |
Main Index |
Thread Index |
Old Index