Module Name:    src
Committed By:   christos
Date:           Fri Jan 29 15:33:51 UTC 2016

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
new binutils will be 2.26


To generate a diff of this commit:
cvs rdiff -u -r1.888 -r1.889 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.888 src/share/mk/bsd.own.mk:1.889
--- src/share/mk/bsd.own.mk:1.888	Tue Jan 26 16:19:20 2016
+++ src/share/mk/bsd.own.mk	Fri Jan 29 10:33:51 2016
@@ -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 @@ HAVE_BINUTILS?=	223
 
 .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

Reply via email to