Module Name: src
Committed By: rin
Date: Sat Jul 13 03:38:12 UTC 2024
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: Switch mips to binutils 2.42
There is no new regression observed for brief tests on OCTEON ({,n}64eb)
as well as on MIPSSIM{,64} (all ABI combinations).
Let us see what happens for PR toolchain/57241; I've never reproduced
this failure locally. It may be precisely host-environment dependent,
and therefore very hard to track :(
To generate a diff of this commit:
cvs rdiff -u -r1.1387 -r1.1388 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.1387 src/share/mk/bsd.own.mk:1.1388
--- src/share/mk/bsd.own.mk:1.1387 Wed Jul 10 07:46:16 2024
+++ src/share/mk/bsd.own.mk Sat Jul 13 03:38:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1387 2024/07/10 07:46:16 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1388 2024/07/13 03:38:12 rin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -118,6 +118,7 @@ MKGCCCMDS?= no
# What binutils is used?
#
.if \
+ ${MACHINE_CPU} == "mips" || \
${MACHINE_ARCH} == "x86_64"
HAVE_BINUTILS?= 242
.else