Module Name: src Committed By: christos Date: Sun Jun 30 15:56:08 UTC 2024
Modified Files: src/share/mk: bsd.own.mk Log Message: switch everyone to binutils.old To generate a diff of this commit: cvs rdiff -u -r1.1384 -r1.1385 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.1384 src/share/mk/bsd.own.mk:1.1385 --- src/share/mk/bsd.own.mk:1.1384 Sat Jun 29 19:25:28 2024 +++ src/share/mk/bsd.own.mk Sun Jun 30 11:56:08 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1384 2024/06/29 23:25:28 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1385 2024/06/30 15:56:08 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -119,9 +119,9 @@ MKGCCCMDS?= no # HAVE_BINUTILS?= 239 -.if ${HAVE_BINUTILS} == 239 +.if ${HAVE_BINUTILS} == 242 EXTERNAL_BINUTILS_SUBDIR= binutils -.elif ${HAVE_BINUTILS} == 234 +.elif ${HAVE_BINUTILS} == 239 EXTERNAL_BINUTILS_SUBDIR= binutils.old .else EXTERNAL_BINUTILS_SUBDIR= /does/not/exist