Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk switch everyone to binutils.old which is now 2.34



details:   https://anonhg.NetBSD.org/src/rev/eae9420128f8
branches:  trunk
changeset: 372750:eae9420128f8
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 23 17:25:22 2022 +0000

description:
switch everyone to binutils.old which is now 2.34

diffstat:

 share/mk/bsd.own.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 4d904a434e60 -r eae9420128f8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Dec 23 17:09:17 2022 +0000
+++ b/share/mk/bsd.own.mk       Fri Dec 23 17:25:22 2022 +0000
@@ -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 @@
 #
 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



Home | Main Index | Thread Index | Old Index