aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-10-19 12:22:45 +0200
committerFelix Fietkau <nbd@nbd.name>2016-10-24 08:45:06 +0200
commitecc091b0f69af349efe507052fcf826826e12d75 (patch)
treefaae579246fa8a8503b08835a1bdb0a4f2277846 /toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch
parent3764caa93478e3472df3128b79b6d0f6b0fb999c (diff)
downloadupstream-ecc091b0f69af349efe507052fcf826826e12d75.tar.gz
upstream-ecc091b0f69af349efe507052fcf826826e12d75.tar.bz2
upstream-ecc091b0f69af349efe507052fcf826826e12d75.zip
binutils: remove old unused versions
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch')
-rw-r--r--toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch
deleted file mode 100644
index 0efcd18383..0000000000
--- a/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/ld/Makefile.am
-+++ b/ld/Makefile.am
-@@ -54,7 +54,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@
---- a/ld/Makefile.in
-+++ b/ld/Makefile.in
-@@ -386,7 +386,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
- # 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