Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch all arm platforms to GCC 5, not just evbarm.
details: https://anonhg.NetBSD.org/src/rev/371ecff03c7e
branches: trunk
changeset: 345784:371ecff03c7e
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jun 08 19:28:47 2016 +0000
description:
switch all arm platforms to GCC 5, not just evbarm.
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 026540c1f499 -r 371ecff03c7e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Jun 08 15:00:04 2016 +0000
+++ b/share/mk/bsd.own.mk Wed Jun 08 19:28:47 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.927 2016/05/21 19:56:52 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.928 2016/06/08 19:28:47 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -70,8 +70,8 @@
${MACHINE} == "amd64" || \
${MACHINE} == "hppa" || \
${MACHINE} == "i386" || \
- ${MACHINE} == "evbarm" || \
${MACHINE} == "playstation2" || \
+ ${MACHINE_CPU} == "arm" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "vax"
HAVE_GCC?= 53
Home |
Main Index |
Thread Index |
Old Index