From c75713528844a1f2a5e8ddd534abc9d957d558b4 Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 19 Aug 2001 17:19:46 +0000 Subject: [PATCH] When making the ldscripts, set MACHINE to "". elf.sc makes bad scripts if MACHINE is set. --- gnu/usr.bin/binutils/ld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 37e2f0ebacb4..e17b4d9d75a9 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -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 @@ stringify.sed: ${G_STRINGIFY} 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