_ld_makefile_patch
authorMatthias Klose <doko@debian.org>
Sat, 23 Sep 2017 12:00:50 +0000 (13:00 +0100)
committerMatthias Klose <doko@debian.org>
Sat, 23 Sep 2017 12:00:50 +0000 (13:00 +0100)
Upstream status: N/A
Date: ??

Gbp-Pq: Name 001_ld_makefile_patch.patch

ld/Makefile.am
ld/Makefile.in

index 625347ff627930f89025490962a4f9170af7ad69..d5334d26815efdcb32077b20167770158d938678 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 ba251777b01db8df2904225b76c6234a28b376a7..a2cf2282b59c90851ad450b5bf9a3a8c60d95eb6 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