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



details:   https://anonhg.NetBSD.org/src/rev/c16091845b81
branches:  trunk
changeset: 818713:c16091845b81
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 26 17:32:46 2016 +0000

description:
switch everyone to binutils.old

diffstat:

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

diffs (18 lines):

diff -r 0b1bf2fbcd43 -r c16091845b81 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Oct 26 17:29:32 2016 +0000
+++ b/share/mk/bsd.own.mk       Wed Oct 26 17:32:46 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.981 2016/10/22 11:06:15 skrll Exp $
+#      $NetBSD: bsd.own.mk,v 1.982 2016/10/26 17:32:46 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -155,6 +155,8 @@
 HAVE_BINUTILS?=        226
 
 .if ${HAVE_BINUTILS} == 226
+EXTERNAL_BINUTILS_SUBDIR=      binutils.old
+.elif ${HAVE_BINUTILS} == 227
 EXTERNAL_BINUTILS_SUBDIR=      binutils
 .else
 EXTERNAL_BINUTILS_SUBDIR=      /does/not/exist



Home | Main Index | Thread Index | Old Index