Module Name:    src
Committed By:   christos
Date:           Fri Dec 23 17:25:22 UTC 2022

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch everyone to binutils.old which is now 2.34


To generate a diff of this commit:
cvs rdiff -u -r1.1289 -r1.1290 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.1289 src/share/mk/bsd.own.mk:1.1290
--- src/share/mk/bsd.own.mk:1.1289	Wed Dec 14 07:30:01 2022
+++ src/share/mk/bsd.own.mk	Fri Dec 23 12:25:22 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1289 2022/12/14 12:30:01 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.1290 2022/12/23 17:25:22 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -100,9 +100,9 @@ MKGCCCMDS?=	no
 #
 HAVE_BINUTILS?=	234
 
-.if ${HAVE_BINUTILS} == 234
+.if ${HAVE_BINUTILS} == 239
 EXTERNAL_BINUTILS_SUBDIR=	binutils
-.elif ${HAVE_BINUTILS} == 231
+.elif ${HAVE_BINUTILS} == 234
 EXTERNAL_BINUTILS_SUBDIR=	binutils.old
 .else
 EXTERNAL_BINUTILS_SUBDIR=	/does/not/exist

Reply via email to