Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: switch everyone to binutils.old
details: https://anonhg.NetBSD.org/src/rev/3266d504e4ee
branches: trunk
changeset: 318201:3266d504e4ee
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 14 23:14:12 2018 +0000
description:
switch everyone to binutils.old
diffstat:
share/mk/bsd.own.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r f585b1955317 -r 3266d504e4ee share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Apr 14 22:17:01 2018 +0000
+++ b/share/mk/bsd.own.mk Sat Apr 14 23:14:12 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1055 2018/04/07 21:38:30 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1056 2018/04/14 23:14:12 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -164,8 +164,10 @@
#
HAVE_BINUTILS?= 227
-.if ${HAVE_BINUTILS} == 227
+.if ${HAVE_BINUTILS} == 230
EXTERNAL_BINUTILS_SUBDIR= binutils
+.elif ${HAVE_BINUTILS} == 227
+EXTERNAL_BINUTILS_SUBDIR= binutils.old
.else
EXTERNAL_BINUTILS_SUBDIR= /does/not/exist
.endif
Home |
Main Index |
Thread Index |
Old Index