diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-08 11:14:32 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-10 12:38:13 -0800 |
commit | f08176b50a59f9eeac6d4dee7af0cd937a19e05c (patch) | |
tree | d449eae90897fc75f0696613cf89839830c19b8f | |
parent | ca1b344cf4bb34b2f7c497e6d66af407b15ae4fe (diff) |
binutils-2.20: Forward port binutils-x86_64_i386_biarch.patch to 2.20
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes/binutils/binutils-2.20/binutils-x86_64_i386_biarch.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/binutils/binutils-2.20/binutils-x86_64_i386_biarch.patch b/recipes/binutils/binutils-2.20/binutils-x86_64_i386_biarch.patch index 60544345dc..4cd9e22438 100644 --- a/recipes/binutils/binutils-2.20/binutils-x86_64_i386_biarch.patch +++ b/recipes/binutils/binutils-2.20/binutils-x86_64_i386_biarch.patch @@ -11,9 +11,9 @@ --- binutils/ld/emulparams/elf_i386.sh +++ binutils/ld/emulparams/elf_i386.sh @@ -12,3 +12,13 @@ - NO_SMALL_DATA=yes SEPARATE_GOTPLT=12 SHARABLE_SECTIONS=yes + IREL_IN_PLT= + +# Linux modify the default library search path to first include +# a 32-bit specific directory. |