Source-Changes-HG archive

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

[src/trunk]: src/share/mk back to use binutils since the path is hard-coded e...



details:   https://anonhg.NetBSD.org/src/rev/54d4a0d152a4
branches:  trunk
changeset: 813400:54d4a0d152a4
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 26 19:09:56 2016 +0000

description:
back to use binutils since the path is hard-coded everywhere!

diffstat:

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

diffs (18 lines):

diff -r fc911ac01d37 -r 54d4a0d152a4 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Jan 26 17:48:56 2016 +0000
+++ b/share/mk/bsd.own.mk       Tue Jan 26 19:09:56 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.886 2016/01/26 17:47:06 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.887 2016/01/26 19:09:56 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -136,7 +136,7 @@
 HAVE_BINUTILS?=        223
 
 .if ${HAVE_BINUTILS} == 223
-EXTERNAL_BINUTILS_SUBDIR=      binutils.old
+EXTERNAL_BINUTILS_SUBDIR=      binutils
 .else
 EXTERNAL_BINUTILS_SUBDIR=      /does/not/exist
 .endif



Home | Main Index | Thread Index | Old Index