summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/2.19.1+cs/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-02-21 11:43:16 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-02-21 11:43:16 +0000
commite733d679a016ca5bf230c9f08bdf523f920cb1aa (patch)
tree31681d52cf3fdb3f51bd25114ece699474b1045b /toolchain/binutils/patches/2.19.1+cs/300-001_ld_makefile_patch.patch
parent3d217da60be837026f3af237bac84e2fdda5c57c (diff)
downloadmtk-20170518-e733d679a016ca5bf230c9f08bdf523f920cb1aa.zip
mtk-20170518-e733d679a016ca5bf230c9f08bdf523f920cb1aa.tar.gz
mtk-20170518-e733d679a016ca5bf230c9f08bdf523f920cb1aa.tar.bz2
remove the CS variant - broken since it's addition
SVN-Revision: 25648
Diffstat (limited to 'toolchain/binutils/patches/2.19.1+cs/300-001_ld_makefile_patch.patch')
-rw-r--r--toolchain/binutils/patches/2.19.1+cs/300-001_ld_makefile_patch.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.19.1+cs/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.19.1+cs/300-001_ld_makefile_patch.patch
deleted file mode 100644
index 207d219..0000000
--- a/toolchain/binutils/patches/2.19.1+cs/300-001_ld_makefile_patch.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/ld/Makefile.am
-+++ b/ld/Makefile.am
-@@ -18,7 +18,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
-@@ -304,7 +304,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