aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.20/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-10-28 07:26:07 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-10-28 07:26:07 +0000
commit95cba52ba46a62830cafc523eda03bbd62f4dc96 (patch)
tree73979e212e10590bd7ddd90e9006190ac7f160bb /toolchain/binutils/patches/2.20/300-001_ld_makefile_patch.patch
parent5f9f23534b39b32bfdcd405cb8e02d3adffb1f00 (diff)
downloadupstream-95cba52ba46a62830cafc523eda03bbd62f4dc96.tar.gz
upstream-95cba52ba46a62830cafc523eda03bbd62f4dc96.tar.bz2
upstream-95cba52ba46a62830cafc523eda03bbd62f4dc96.zip
remove support for binutils 2.18 and 2.20
SVN-Revision: 23685
Diffstat (limited to 'toolchain/binutils/patches/2.20/300-001_ld_makefile_patch.patch')
-rw-r--r--toolchain/binutils/patches/2.20/300-001_ld_makefile_patch.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.20/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.20/300-001_ld_makefile_patch.patch
deleted file mode 100644
index 3ca4a58661..0000000000
--- a/toolchain/binutils/patches/2.20/300-001_ld_makefile_patch.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/ld/Makefile.am
-+++ b/ld/Makefile.am
-@@ -24,7 +24,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)
-
- EMUL = @EMUL@
- EMULATION_OFILES = @EMULATION_OFILES@
---- a/ld/Makefile.in
-+++ b/ld/Makefile.in
-@@ -333,7 +333,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