Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk vax "cough" works, with gcc-7
details: https://anonhg.NetBSD.org/src/rev/1346f5ec75b5
branches: trunk
changeset: 997968:1346f5ec75b5
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 03 21:41:21 2019 +0000
description:
vax "cough" works, with gcc-7
diffstat:
share/mk/bsd.own.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 453421e1fd97 -r 1346f5ec75b5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Apr 03 21:40:24 2019 +0000
+++ b/share/mk/bsd.own.mk Wed Apr 03 21:41:21 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1122 2019/04/03 15:26:35 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.1123 2019/04/03 21:41:21 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -61,8 +61,7 @@
.if \
${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "ia64" || \
- ${MACHINE_ARCH} == "powerpc64" || \
- ${MACHINE_CPU} == "vax"
+ ${MACHINE_ARCH} == "powerpc64"
HAVE_GCC?= 6
.endif
HAVE_GCC?= 7
Home |
Main Index |
Thread Index |
Old Index