diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-25 10:32:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-02-25 10:32:33 +0000 |
commit | 0125cdf20c1606b4442d46d57848f98537dc7e06 (patch) | |
tree | 690b5ef4ee7f2e290ceb11575475691e2af7b494 /ld/Makefile.am | |
parent | 4fabe71ea97e3d8c3241fe923619a7ad7f688842 (diff) | |
download | binutils-gdb-0125cdf20c1606b4442d46d57848f98537dc7e06.tar.gz |
(ld_sysroot): Try to set from TOOLBINDIR too.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 49efe9c6883..f71857169d1 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 |