_ld_makefile_patch
authorMatthias Klose <doko@debian.org>
Thu, 8 Mar 2018 05:04:10 +0000 (05:04 +0000)
committerMatthias Klose <doko@debian.org>
Thu, 8 Mar 2018 05:04:10 +0000 (05:04 +0000)
Upstream status: N/A
Date: ??

Gbp-Pq: Name 001_ld_makefile_patch.patch

ld/Makefile.am
ld/Makefile.in

index 6243c125280a392952b5fcc20551faa5499aa02e..3c5d6c8202d2880b5b126bd7910194d9326a7148 100644 (file)
@@ -57,7 +57,7 @@ endif
 # We put the scripts in the directory $(scriptdir)/ldscripts.
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
 # directives need to be different for native and cross linkers.
-scriptdir = $(tooldir)/lib
+scriptdir = $(libdir)
 
 EMUL = @EMUL@
 EMULATION_OFILES = @EMULATION_OFILES@
index 760c037f9d936590e5f0a0f95a9fda445ea14229..6dea692869530d60dfc389266033a27c4fb80f5c 100644 (file)
@@ -446,7 +446,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS)
 # We put the scripts in the directory $(scriptdir)/ldscripts.
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
 # directives need to be different for native and cross linkers.
-scriptdir = $(tooldir)/lib
+scriptdir = $(libdir)
 BASEDIR = $(srcdir)/..
 BFDDIR = $(BASEDIR)/bfd
 INCDIR = $(BASEDIR)/include