Module Name: src
Committed By: christos
Date: Wed Jul 10 07:46:16 UTC 2024
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch amd64 to binutils-2.42
To generate a diff of this commit:
cvs rdiff -u -r1.1386 -r1.1387 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.1386 src/share/mk/bsd.own.mk:1.1387
--- src/share/mk/bsd.own.mk:1.1386 Tue Jul 9 04:20:34 2024
+++ src/share/mk/bsd.own.mk Wed Jul 10 03:46:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1386 2024/07/09 08:20:34 rin Exp $
+# $NetBSD: bsd.own.mk,v 1.1387 2024/07/10 07:46:16 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -117,7 +117,12 @@ MKGCCCMDS?= no
#
# What binutils is used?
#
+.if \
+ ${MACHINE_ARCH} == "x86_64"
+HAVE_BINUTILS?= 242
+.else
HAVE_BINUTILS?= 239
+.endif
.if ${HAVE_BINUTILS} == 242
EXTERNAL_BINUTILS_SUBDIR= binutils