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 and i386 to GCC 5.3 by default.



details:   https://anonhg.NetBSD.org/src/rev/991e4d7769ab
branches:  trunk
changeset: 344519:991e4d7769ab
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Apr 03 06:13:28 2016 +0000

description:
switch amd64 and i386 to GCC 5.3 by default.

diffstat:

 share/mk/bsd.own.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 48cea15d9f2a -r 991e4d7769ab share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Apr 03 02:28:46 2016 +0000
+++ b/share/mk/bsd.own.mk       Sun Apr 03 06:13:28 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.916 2016/04/02 22:08:14 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.917 2016/04/03 06:13:28 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -67,8 +67,10 @@
 .if ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=     0
 .elif \
+    ${MACHINE} == "amd64" || \
     ${MACHINE} == "alpha" || \
     ${MACHINE} == "hppa" || \
+    ${MACHINE} == "i386" || \
     ${MACHINE} == "playstation2" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_GCC?=     53



Home | Main Index | Thread Index | Old Index