Module Name:    src
Committed By:   christos
Date:           Mon Nov 18 15:38:07 UTC 2019

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

Log Message:
switch arm to gcc-8


To generate a diff of this commit:
cvs rdiff -u -r1.1164 -r1.1165 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.1164 src/share/mk/bsd.own.mk:1.1165
--- src/share/mk/bsd.own.mk:1.1164	Sat Nov 16 21:59:25 2019
+++ src/share/mk/bsd.own.mk	Mon Nov 18 10:38:07 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1164 2019/11/17 02:59:25 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1165 2019/11/18 15:38:07 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -69,7 +69,8 @@ TOOLCHAIN_MISSING?=	no
     ${MACHINE} == "powerpc64" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
-    ${MACHINE_CPU} == "aarch64"
+    ${MACHINE_CPU} == "aarch64" || \
+    ${MACHINE_CPU} == "arm"
 HAVE_GCC?=	8
 .else
 HAVE_GCC?=	7

Reply via email to