aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-02-25 10:32:33 +0000
committerNick Clifton <nickc@redhat.com>2003-02-25 10:32:33 +0000
commit0125cdf20c1606b4442d46d57848f98537dc7e06 (patch)
tree690b5ef4ee7f2e290ceb11575475691e2af7b494 /ld/Makefile.am
parent4fabe71ea97e3d8c3241fe923619a7ad7f688842 (diff)
downloadfsf-binutils-gdb-0125cdf20c1606b4442d46d57848f98537dc7e06.zip
fsf-binutils-gdb-0125cdf20c1606b4442d46d57848f98537dc7e06.tar.gz
fsf-binutils-gdb-0125cdf20c1606b4442d46d57848f98537dc7e06.tar.bz2
(ld_sysroot): Try to set from TOOLBINDIR too.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 49efe9c..f718571 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -397,6 +397,7 @@ po/POTFILES.in: @MAINT@ Makefile
ldmain.o: ldmain.c config.status
$(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' \
-DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' \
+ -DTOOLBINDIR='"$(tooldir)/bin"' \
-DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
$(srcdir)/ldmain.c