summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/2.19.1+cs/300-012_check_ldrunpath_length.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-012_check_ldrunpath_length.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-012_check_ldrunpath_length.patch')
-rw-r--r--toolchain/binutils/patches/2.19.1+cs/300-012_check_ldrunpath_length.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/toolchain/binutils/patches/2.19.1+cs/300-012_check_ldrunpath_length.patch b/toolchain/binutils/patches/2.19.1+cs/300-012_check_ldrunpath_length.patch
deleted file mode 100644
index a7ffe4a..0000000
--- a/toolchain/binutils/patches/2.19.1+cs/300-012_check_ldrunpath_length.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/ld/emultempl/elf32.em
-+++ b/ld/emultempl/elf32.em
-@@ -1220,6 +1220,8 @@ fragment <<EOF
- && command_line.rpath == NULL)
- {
- lib_path = (const char *) getenv ("LD_RUN_PATH");
-+ if ((lib_path) && (strlen (lib_path) == 0))
-+ lib_path = NULL;
- if (gld${EMULATION_NAME}_search_needed (lib_path, &n,
- force))
- break;
-@@ -1405,6 +1407,8 @@ gld${EMULATION_NAME}_before_allocation (
- rpath = command_line.rpath;
- if (rpath == NULL)
- rpath = (const char *) getenv ("LD_RUN_PATH");
-+ if ((rpath) && (strlen (rpath) == 0))
-+ rpath = NULL;
- if (! (bfd_elf_size_dynamic_sections
- (link_info.output_bfd, command_line.soname, rpath,
- command_line.filter_shlib,