diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-10-19 12:22:45 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-10-24 08:45:06 +0200 |
commit | ecc091b0f69af349efe507052fcf826826e12d75 (patch) | |
tree | faae579246fa8a8503b08835a1bdb0a4f2277846 /toolchain/binutils/patches/2.26.1/300-001_ld_makefile_patch.patch | |
parent | 3764caa93478e3472df3128b79b6d0f6b0fb999c (diff) | |
download | upstream-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/2.26.1/300-001_ld_makefile_patch.patch')
-rw-r--r-- | toolchain/binutils/patches/2.26.1/300-001_ld_makefile_patch.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.26.1/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.26.1/300-001_ld_makefile_patch.patch deleted file mode 100644 index c51fc003fd..0000000000 --- a/toolchain/binutils/patches/2.26.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 |