Module Name:    src
Committed By:   christos
Date:           Wed Oct 26 17:32:46 UTC 2016

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

Log Message:
switch everyone to binutils.old


To generate a diff of this commit:
cvs rdiff -u -r1.981 -r1.982 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.981 src/share/mk/bsd.own.mk:1.982
--- src/share/mk/bsd.own.mk:1.981	Sat Oct 22 07:06:15 2016
+++ src/share/mk/bsd.own.mk	Wed Oct 26 13:32:46 2016
@@ -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 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 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

Reply via email to