Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch sh3 to GCC 10. buh bye GCC 9!
details: https://anonhg.NetBSD.org/src/rev/f1ffe2be1e8e
branches: trunk
changeset: 1022967:f1ffe2be1e8e
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Aug 16 17:40:16 2021 +0000
description:
switch sh3 to GCC 10. buh bye GCC 9!
thanks to everyone who helped (most espcially rin@.)
diffstat:
share/mk/bsd.own.mk | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 518367a4ee15 -r f1ffe2be1e8e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Aug 16 16:19:47 2021 +0000
+++ b/share/mk/bsd.own.mk Mon Aug 16 17:40:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1258 2021/07/11 22:07:35 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1259 2021/08/16 17:40:16 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -72,11 +72,7 @@
#
# What GCC is used?
#
-.if ${MACHINE_CPU} != "sh3"
HAVE_GCC?= 10
-.else
-HAVE_GCC?= 9
-.endif
#
# Platforms that can't run a modern GCC natively
Home |
Main Index |
Thread Index |
Old Index