Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch arm to gcc-8
details: https://anonhg.NetBSD.org/src/rev/520ba7f65ff4
branches: trunk
changeset: 461191:520ba7f65ff4
user: christos <christos%NetBSD.org@localhost>
date: Mon Nov 18 15:38:07 2019 +0000
description:
switch arm to gcc-8
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 97a459255518 -r 520ba7f65ff4 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Nov 18 15:09:58 2019 +0000
+++ b/share/mk/bsd.own.mk Mon Nov 18 15:38:07 2019 +0000
@@ -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 @@
${MACHINE} == "powerpc64" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
- ${MACHINE_CPU} == "aarch64"
+ ${MACHINE_CPU} == "aarch64" || \
+ ${MACHINE_CPU} == "arm"
HAVE_GCC?= 8
.else
HAVE_GCC?= 7
Home |
Main Index |
Thread Index |
Old Index