Module Name: src
Committed By: rin
Date: Mon Sep 23 10:21:14 UTC 2024
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: Switch sh3 to GCC12
No new regression observed for full ATF run on DIAGNOSTIC
kernel for landisk.
PR toolchain/58411
To generate a diff of this commit:
cvs rdiff -u -r1.1403 -r1.1404 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.1403 src/share/mk/bsd.own.mk:1.1404
--- src/share/mk/bsd.own.mk:1.1403 Mon Sep 23 08:18:49 2024
+++ src/share/mk/bsd.own.mk Mon Sep 23 10:21:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1403 2024/09/23 08:18:49 rin Exp $
+# $NetBSD: bsd.own.mk,v 1.1404 2024/09/23 10:21:14 rin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -82,6 +82,7 @@ TOOLCHAIN_MISSING?= no
${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "powerpc" || \
${MACHINE_CPU} == "riscv" || \
+ ${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE} == "hppa" || \