Module Name: src Committed By: skrll Date: Tue Jul 16 21:10:16 UTC 2024
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch arm to new binutils (2.42) To generate a diff of this commit: cvs rdiff -u -r1.1391 -r1.1392 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.1391 src/share/mk/bsd.own.mk:1.1392 --- src/share/mk/bsd.own.mk:1.1391 Mon Jul 15 08:37:59 2024 +++ src/share/mk/bsd.own.mk Tue Jul 16 21:10:16 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1391 2024/07/15 08:37:59 skrll Exp $ +# $NetBSD: bsd.own.mk,v 1.1392 2024/07/16 21:10:16 skrll Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -119,6 +119,7 @@ MKGCCCMDS?= no # .if \ ${MACHINE_CPU} == "aarch64" || \ + ${MACHINE_CPU} == "arm" || \ ${MACHINE_CPU} == "hppa" || \ ${MACHINE_CPU} == "mips" || \ ${MACHINE_CPU} == "riscv" || \