Module Name:    src
Committed By:   rin
Date:           Mon Sep 23 08:18:49 UTC 2024

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
bsd.own.mk: Switch m68k to GCC12

- No new regression for full ATF run on virt68k.
- sun2 works at a level as GCC10.


To generate a diff of this commit:
cvs rdiff -u -r1.1402 -r1.1403 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.1402 src/share/mk/bsd.own.mk:1.1403
--- src/share/mk/bsd.own.mk:1.1402	Sun Sep 22 09:34:55 2024
+++ src/share/mk/bsd.own.mk	Mon Sep 23 08:18:49 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1402 2024/09/22 09:34:55 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1403 2024/09/23 08:18:49 rin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -78,6 +78,7 @@ TOOLCHAIN_MISSING?=	no
 .if \
     ${MACHINE_CPU} == "aarch64" || \
     ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_CPU} == "mips" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "riscv" || \

Reply via email to