Module Name: src
Committed By: mrg
Date: Sat Nov 16 10:22:20 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
i386 -> GCC 8.
To generate a diff of this commit:
cvs rdiff -u -r1.1160 -r1.1161 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.1160 src/share/mk/bsd.own.mk:1.1161
--- src/share/mk/bsd.own.mk:1.1160 Wed Nov 13 22:32:16 2019
+++ src/share/mk/bsd.own.mk Sat Nov 16 10:22:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1160 2019/11/13 22:32:16 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.1161 2019/11/16 10:22:20 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -64,6 +64,7 @@ TOOLCHAIN_MISSING?= no
# What GCC is used?
#
.if ${MACHINE} == "amd64" || \
+ ${MACHINE} == "i386" || \
${MACHINE_CPU} == "aarch64"
HAVE_GCC?= 8
.else