Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch powerpc, sh3, vax and m68k to GCC 9. that's...
details: https://anonhg.NetBSD.org/src/rev/848f87fa6179
branches: trunk
changeset: 940525:848f87fa6179
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Oct 09 05:41:16 2020 +0000
description:
switch powerpc, sh3, vax and m68k to GCC 9. that's everyone.
thanks espcially to rin@ for testing and fixing issues.
diffstat:
share/mk/bsd.own.mk | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 02c6960a88bd -r 848f87fa6179 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Oct 09 04:32:58 2020 +0000
+++ b/share/mk/bsd.own.mk Fri Oct 09 05:41:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1223 2020/10/09 04:19:43 macallan Exp $
+# $NetBSD: bsd.own.mk,v 1.1224 2020/10/09 05:41:16 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -63,10 +63,6 @@
#
# What GCC is used?
#
-.if ${MACHINE_CPU} == "powerpc" || ${MACHINE_CPU} == "sh3" || \
- ${MACHINE_CPU} == "m68k" || ${MACHINE} == "vax"
-HAVE_GCC?= 8
-.endif
HAVE_GCC?= 9
#
Home |
Main Index |
Thread Index |
Old Index