aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.31.1/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-29 17:26:08 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-03 10:44:10 +0200
commitd168f140428c6d8623d11d875d91af8bb6de6f91 (patch)
tree0b12db1d4500b8fbdbf3bd4f21765710ec0a0003 /toolchain/binutils/patches/2.31.1/300-001_ld_makefile_patch.patch
parent50413e1ec83dedaea44558d5f37af5454156a46a (diff)
downloadupstream-d168f140428c6d8623d11d875d91af8bb6de6f91.tar.gz
upstream-d168f140428c6d8623d11d875d91af8bb6de6f91.tar.bz2
upstream-d168f140428c6d8623d11d875d91af8bb6de6f91.zip
toolchain/binutils: remove versions 2.29.1 and 2.31.1
We currently support four versions of binutils in parallel. Let's just keep the latest two and drop the older ones before the next one comes around. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'toolchain/binutils/patches/2.31.1/300-001_ld_makefile_patch.patch')
-rw-r--r--toolchain/binutils/patches/2.31.1/300-001_ld_makefile_patch.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.31.1/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.31.1/300-001_ld_makefile_patch.patch
deleted file mode 100644
index 7b8300efac..0000000000
--- a/toolchain/binutils/patches/2.31.1/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
-@@ -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