Module Name:    src
Committed By:   christos
Date:           Tue Jan 26 21:19:20 UTC 2016

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

Log Message:
back to binutils.old now that it works.


To generate a diff of this commit:
cvs rdiff -u -r1.887 -r1.888 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.887 src/share/mk/bsd.own.mk:1.888
--- src/share/mk/bsd.own.mk:1.887	Tue Jan 26 14:09:56 2016
+++ src/share/mk/bsd.own.mk	Tue Jan 26 16:19:20 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.887 2016/01/26 19:09:56 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.888 2016/01/26 21:19:20 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -136,7 +136,7 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 HAVE_BINUTILS?=	223
 
 .if ${HAVE_BINUTILS} == 223
-EXTERNAL_BINUTILS_SUBDIR=	binutils
+EXTERNAL_BINUTILS_SUBDIR=	binutils.old
 .else
 EXTERNAL_BINUTILS_SUBDIR=	/does/not/exist
 .endif

Reply via email to