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/859e21b466ff
branches:  trunk
changeset: 318190:859e21b466ff
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 f827eb82fa6c -r 859e21b466ff 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