summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.25.1/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-02-06 12:31:11 +0100
committerFelix Fietkau <nbd@nbd.name>2017-02-07 17:16:12 +0100
commitb648e1c07f9c33ae68c66b89bcc238829c444d25 (patch)
tree03c413e695bfc8ae065f2be85b0a30cdfde2371d /toolchain/binutils/patches/2.25.1/300-001_ld_makefile_patch.patch
parent36cca3e4369ea35b528b7bec91fde049e8f476cc (diff)
downloadopenwrt-b648e1c07f9c33ae68c66b89bcc238829c444d25.tar.gz
openwrt-b648e1c07f9c33ae68c66b89bcc238829c444d25.tar.bz2
openwrt-b648e1c07f9c33ae68c66b89bcc238829c444d25.zip
binutils: remove 2.25.1 support and leftovers of older versions
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/binutils/patches/2.25.1/300-001_ld_makefile_patch.patch')
-rw-r--r--toolchain/binutils/patches/2.25.1/300-001_ld_makefile_patch.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.25.1/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.25.1/300-001_ld_makefile_patch.patch
deleted file mode 100644
index c51fc003fd..0000000000
--- a/toolchain/binutils/patches/2.25.1/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
-@@ -388,7 +388,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