Module Name: src Committed By: rin Date: Tue Aug 13 03:08:31 UTC 2024
Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: Switch alpha and sh3 to binutils 2.42 No new regression for ATF, and some pkgsrc's successfully build. Bootloaders also work fine, at least: - alpha: bootxx_ffsv2, boot, netboot - landisk: mbr, bootxx_ffsv2, boot To generate a diff of this commit: cvs rdiff -u -r1.1394 -r1.1395 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.1394 src/share/mk/bsd.own.mk:1.1395 --- src/share/mk/bsd.own.mk:1.1394 Mon Aug 12 21:30:20 2024 +++ src/share/mk/bsd.own.mk Tue Aug 13 03:08:31 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1394 2024/08/12 21:30:20 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.1395 2024/08/13 03:08:31 rin Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -127,10 +127,12 @@ NOGCCISL= # defined # .if \ ${MACHINE_CPU} == "aarch64" || \ + ${MACHINE_ARCH} == "alpha" || \ ${MACHINE_CPU} == "arm" || \ ${MACHINE_CPU} == "hppa" || \ ${MACHINE_CPU} == "mips" || \ ${MACHINE_CPU} == "riscv" || \ + ${MACHINE_CPU} == "sh3" || \ ${MACHINE_ARCH} == "x86_64" HAVE_BINUTILS?= 242 .else