Module Name: src
Committed By: skrll
Date: Tue Jan 10 13:47:18 UTC 2017
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
binutils 2.26 is no more.
To generate a diff of this commit:
cvs rdiff -u -r1.1001 -r1.1002 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.1001 src/share/mk/bsd.own.mk:1.1002
--- src/share/mk/bsd.own.mk:1.1001 Sun Jan 8 17:40:44 2017
+++ src/share/mk/bsd.own.mk Tue Jan 10 13:47:18 2017
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1001 2017/01/08 17:40:44 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1002 2017/01/10 13:47:18 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -148,8 +148,6 @@ HAVE_BINUTILS?= 227
.if ${HAVE_BINUTILS} == 227
EXTERNAL_BINUTILS_SUBDIR= binutils
-.elif ${HAVE_BINUTILS} == 226
-EXTERNAL_BINUTILS_SUBDIR= binutils.old
.else
EXTERNAL_BINUTILS_SUBDIR= /does/not/exist
.endif