aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.27/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-07-10 14:21:13 +0200
committerFelix Fietkau <nbd@nbd.name>2018-07-10 14:26:35 +0200
commit9b965d3b71e526ae8aeb345510bc1389e567e463 (patch)
treed97770cf887ab6d3033c02f75c58e282f87815b0 /toolchain/binutils/patches/2.27/300-001_ld_makefile_patch.patch
parent7c3e3eb0982d09fa3daebffb5bb1555d2cf5c861 (diff)
downloadupstream-9b965d3b71e526ae8aeb345510bc1389e567e463.tar.gz
upstream-9b965d3b71e526ae8aeb345510bc1389e567e463.tar.bz2
upstream-9b965d3b71e526ae8aeb345510bc1389e567e463.zip
binutils: remove version 2.27
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/binutils/patches/2.27/300-001_ld_makefile_patch.patch')
-rw-r--r--toolchain/binutils/patches/2.27/300-001_ld_makefile_patch.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.27/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.27/300-001_ld_makefile_patch.patch
deleted file mode 100644
index e4cec7f69e..0000000000
--- a/toolchain/binutils/patches/2.27/300-001_ld_makefile_patch.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/ld/Makefile.am
-+++ b/ld/Makefile.am
-@@ -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@
---- a/ld/Makefile.in
-+++ b/ld/Makefile.in
-@@ -451,7 +451,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