From 33630af91d1027a91b43f697c86e809a770668e1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Oct 2009 16:06:55 -0700 Subject: binutils-2.20: Add recipes for 2.20 release Signed-off-by: Khem Raj --- .../binutils-x86_64_i386_biarch.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes/binutils/binutils-2.20/binutils-x86_64_i386_biarch.patch (limited to 'recipes/binutils/binutils-2.20/binutils-x86_64_i386_biarch.patch') 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 new file mode 100644 index 0000000000..60544345dc --- /dev/null +++ b/recipes/binutils/binutils-2.20/binutils-x86_64_i386_biarch.patch @@ -0,0 +1,26 @@ +#!/bin/sh -e +## 127_x86_64_i386_biarch.dpatch +## +## DP: Description: Add (/usr)/lib32 to the search paths on x86_64. +## DP: Author: Aurelien Jarno +## DP: Upstream status: Debian specific +# +# Hacked to apply with quilt +# Adapted to binutils 2.18.50.0.7 + +--- 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 ++ ++# Linux modify the default library search path to first include ++# a 32-bit specific directory. ++case "$target" in ++ x86_64*-linux* | i[3-7]86*-linux* | x86_64*-kfreebsd*-gnu | i[3-7]86*-kfreebsd*-gnu) ++ case "$EMULATION_NAME" in ++ *i386*) LIBPATH_SUFFIX=32 ;; ++ esac ++ ;; ++esac -- cgit v1.2.3