Source-Changes-HG archive

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

[src/trunk]: src/share/mk new binutils will be 2.26



details:   https://anonhg.NetBSD.org/src/rev/330fcf357b45
branches:  trunk
changeset: 343310:330fcf357b45
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 29 15:33:51 2016 +0000

description:
new binutils will be 2.26

diffstat:

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

diffs (18 lines):

diff -r 72d264392f5e -r 330fcf357b45 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Jan 29 15:19:01 2016 +0000
+++ b/share/mk/bsd.own.mk       Fri Jan 29 15:33:51 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.888 2016/01/26 21:19:20 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.889 2016/01/29 15:33:51 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -137,6 +137,8 @@
 
 .if ${HAVE_BINUTILS} == 223
 EXTERNAL_BINUTILS_SUBDIR=      binutils.old
+.elif ${HAVE_BINUTILS} == 226
+EXTERNAL_BINUTILS_SUBDIR=      binutils
 .else
 EXTERNAL_BINUTILS_SUBDIR=      /does/not/exist
 .endif



Home | Main Index | Thread Index | Old Index