aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.22/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-05 18:40:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-05 18:40:38 +0000
commit961d49f15b748713eac4dc65af5213594bc4d131 (patch)
tree9a4d28e4c863761a3b39918ae3ad3522eb877864 /toolchain/binutils/patches/2.22/300-001_ld_makefile_patch.patch
parent9c2be8be3918953f4a3624ba4351e2f546dbb938 (diff)
downloadmaster-187ad058-961d49f15b748713eac4dc65af5213594bc4d131.tar.gz
master-187ad058-961d49f15b748713eac4dc65af5213594bc4d131.tar.bz2
master-187ad058-961d49f15b748713eac4dc65af5213594bc4d131.zip
binutils: remove old versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42776 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches/2.22/300-001_ld_makefile_patch.patch')
-rw-r--r--toolchain/binutils/patches/2.22/300-001_ld_makefile_patch.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.22/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.22/300-001_ld_makefile_patch.patch
deleted file mode 100644
index aa853ff542..0000000000
--- a/toolchain/binutils/patches/2.22/300-001_ld_makefile_patch.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/ld/Makefile.am
-+++ b/ld/Makefile.am
-@@ -37,7 +37,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
-@@ -366,7 +366,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