_ld_makefile_patch
authorMatthias Klose <doko@debian.org>
Thu, 18 Oct 2018 06:54:07 +0000 (07:54 +0100)
committerMatthias Klose <doko@debian.org>
Thu, 18 Oct 2018 06:54:07 +0000 (07:54 +0100)
Upstream status: N/A
Date: ??

Gbp-Pq: Name 001_ld_makefile_patch.patch

ld/Makefile.am
ld/Makefile.in

index d86ad0940c90466fe3102a61aae71425ffdc243f..c95b0ef0252592c1a3ea407ec199cff09cc138ea 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 4792b2b013c3ecaf1ce0fb861166a778989c86ee..789df2d01b9b1ba214bbde1eb682accaa6ea99a6 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