Module Name: src Committed By: mrg Date: Mon Aug 16 17:40:16 UTC 2021
Modified Files: src/share/mk: bsd.own.mk Log Message: switch sh3 to GCC 10. buh bye GCC 9! thanks to everyone who helped (most espcially rin@.) To generate a diff of this commit: cvs rdiff -u -r1.1258 -r1.1259 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1258 src/share/mk/bsd.own.mk:1.1259 --- src/share/mk/bsd.own.mk:1.1258 Sun Jul 11 22:07:35 2021 +++ src/share/mk/bsd.own.mk Mon Aug 16 17:40:16 2021 @@ -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 @@ TOOLCHAIN_MISSING?= no # # 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