Module Name: src
Committed By: christos
Date: Sun Feb 11 03:44:53 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch amd64 to gcc-6. Thanks mrg for all the work!
To generate a diff of this commit:
cvs rdiff -u -r1.1032 -r1.1033 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.1032 src/share/mk/bsd.own.mk:1.1033
--- src/share/mk/bsd.own.mk:1.1032 Thu Feb 8 23:38:24 2018
+++ src/share/mk/bsd.own.mk Sat Feb 10 22:44:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1032 2018/02/09 04:38:24 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1033 2018/02/11 03:44:53 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -66,6 +66,8 @@ MKGCC?= no
#
.if ${MACHINE_CPU} == "aarch64"
HAVE_GCC?= 0
+.elif ${MACHINE} == "amd64"
+HAVE_GCC?= 6
.else
HAVE_GCC?= 5
.endif