Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch to binutils.old
details: https://anonhg.NetBSD.org/src/rev/4ea7a9926162
branches: trunk
changeset: 970757:4ea7a9926162
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 03 17:57:30 2020 +0000
description:
Switch to binutils.old
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r d40d4a5e9a7b -r 4ea7a9926162 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Apr 03 17:51:02 2020 +0000
+++ b/share/mk/bsd.own.mk Fri Apr 03 17:57:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1177 2020/02/27 12:52:20 macallan Exp $
+# $NetBSD: bsd.own.mk,v 1.1178 2020/04/03 17:57:30 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -171,9 +171,9 @@
#
HAVE_BINUTILS?= 231
-.if ${HAVE_BINUTILS} == 231
+.if ${HAVE_BINUTILS} == 234
EXTERNAL_BINUTILS_SUBDIR= binutils
-.elif ${HAVE_BINUTILS} == 227
+.elif ${HAVE_BINUTILS} == 231
EXTERNAL_BINUTILS_SUBDIR= binutils.old
.else
EXTERNAL_BINUTILS_SUBDIR= /does/not/exist
Home |
Main Index |
Thread Index |
Old Index