Module Name:    src
Committed By:   mrg
Date:           Sat Nov 16 10:23:36 UTC 2019

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
sparc & sparc64 -> GCC 8.


To generate a diff of this commit:
cvs rdiff -u -r1.1161 -r1.1162 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.1161 src/share/mk/bsd.own.mk:1.1162
--- src/share/mk/bsd.own.mk:1.1161	Sat Nov 16 10:22:20 2019
+++ src/share/mk/bsd.own.mk	Sat Nov 16 10:23:36 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1161 2019/11/16 10:22:20 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1162 2019/11/16 10:23:36 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -65,6 +65,8 @@ TOOLCHAIN_MISSING?=	no
 #
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "i386" || \
+    ${MACHINE} == "sparc" || \
+    ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=	8
 .else

Reply via email to