Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/binutils/ld When making the ldscripts, set MACHI...



details:   https://anonhg.NetBSD.org/src/rev/e3036e33a4fa
branches:  trunk
changeset: 513993:e3036e33a4fa
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 19 17:19:46 2001 +0000

description:
When making the ldscripts, set MACHINE to "".  elf.sc makes bad scripts
if MACHINE is set.

diffstat:

 gnu/usr.bin/binutils/ld/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9fae57a8b3dc -r e3036e33a4fa gnu/usr.bin/binutils/ld/Makefile
--- a/gnu/usr.bin/binutils/ld/Makefile  Sun Aug 19 17:18:01 2001 +0000
+++ b/gnu/usr.bin/binutils/ld/Makefile  Sun Aug 19 17:19:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2001/08/10 10:39:10 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2001/08/19 17:19:46 matt Exp $
 
 TOP=           ${.CURDIR}/../../..
 DIST=          ${TOP}/dist/toolchain
@@ -59,7 +59,7 @@
 CLEANFILES+=   .depend.${f} e${f}.c
 
 e${f}.c: ${DIST}/ld/genscripts.sh stringify.sed
-       LIB_PATH=/usr/lib sh ${DIST}/ld/genscripts.sh ${DIST}/ld ${LIBDIR} /usr \
+       MACHINE= LIB_PATH=/usr/lib sh ${DIST}/ld/genscripts.sh ${DIST}/ld ${LIBDIR} /usr \
                none ${G_target_alias} ${G_target_alias} ${G_EMUL} ${LIBDIR} ${f}
 
 FILES+=                ${f}.x ${f}.xbn ${f}.xn ${f}.xr ${f}.xu



Home | Main Index | Thread Index | Old Index