Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch ppc64 back to gcc7, it was an accident.
details: https://anonhg.NetBSD.org/src/rev/fa18d1288bbb
branches: trunk
changeset: 448773:fa18d1288bbb
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Feb 09 00:59:30 2019 +0000
description:
switch ppc64 back to gcc7, it was an accident.
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 25dacb143743 -r fa18d1288bbb share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Feb 09 00:48:59 2019 +0000
+++ b/share/mk/bsd.own.mk Sat Feb 09 00:59:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1102 2019/02/08 09:35:00 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1103 2019/02/09 00:59:30 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -63,7 +63,7 @@
${MACHINE_CPU} == "aarch64" || \
${MACHINE_CPU} == "i386" || \
${MACHINE_CPU} == "mips" || \
- ${MACHINE_CPU} == "powerpc" || \
+ ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64" || \
${MACHINE_CPU} == "x86_64"
Home |
Main Index |
Thread Index |
Old Index