_ld_makefile_patch
authorMatthias Klose <doko@debian.org>
Sun, 7 Jul 2019 10:20:11 +0000 (11:20 +0100)
committerMatthias Klose <doko@debian.org>
Sun, 7 Jul 2019 10:20:11 +0000 (11:20 +0100)
Upstream status: N/A
Date: ??

Gbp-Pq: Name 001_ld_makefile_patch.patch

ld/Makefile.am
ld/Makefile.in

index 0509c2e50f1b49ea9354510e2a9fe723451201df..dec5d68dd44158cfeb15161b2a94a2d70c208396 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 9898392a77c60a3ee68b78e36b909f5632680aa9..5a6431fcf1e268cac87e1d1b5ab8d199edb2ab77 100644 (file)
@@ -563,7 +563,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