Module Name: src
Committed By: mrg
Date: Sat Jun 29 23:25:29 UTC 2024
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch powerpc and mips to GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.1383 -r1.1384 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.1383 src/share/mk/bsd.own.mk:1.1384
--- src/share/mk/bsd.own.mk:1.1383 Sat Jun 22 23:26:37 2024
+++ src/share/mk/bsd.own.mk Sat Jun 29 23:25:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1383 2024/06/22 23:26:37 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1384 2024/06/29 23:25:28 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -78,6 +78,8 @@ TOOLCHAIN_MISSING?= no
.if \
${MACHINE_CPU} == "aarch64" || \
${MACHINE_CPU} == "arm" || \
+ ${MACHINE_CPU} == "mips" || \
+ ${MACHINE_CPU} == "powerpc" || \
${MACHINE_CPU} == "riscv" || \
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "i386" || \