Module Name: src Committed By: christos Date: Wed Dec 28 22:04:46 UTC 2022
Modified Files: src/share/mk: bsd.own.mk Log Message: switch x86 to binutils 2.39 To generate a diff of this commit: cvs rdiff -u -r1.1290 -r1.1291 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.1290 src/share/mk/bsd.own.mk:1.1291 --- src/share/mk/bsd.own.mk:1.1290 Fri Dec 23 12:25:22 2022 +++ src/share/mk/bsd.own.mk Wed Dec 28 17:04:46 2022 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1290 2022/12/23 17:25:22 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.1291 2022/12/28 22:04:46 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -98,7 +98,11 @@ MKGCCCMDS?= no # # What binutils is used? # +.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" +HAVE_BINUTILS?= 239 +.else HAVE_BINUTILS?= 234 +.endif .if ${HAVE_BINUTILS} == 239 EXTERNAL_BINUTILS_SUBDIR= binutils