summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.22.inc
diff options
context:
space:
mode:
authorAndy Ross <andy.ross@windriver.com>2012-08-23 17:32:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-24 17:25:14 +0100
commit8592e828261fb4a48b8156e11b5859d38aeb403f (patch)
treed6c600c9df64213a496ba2690fa53e8b5006ddfd /meta/recipes-devtools/binutils/binutils-2.22.inc
parentfed844ed2f558d5da68b0b1fd707bc201b9e5821 (diff)
downloadpoky-8592e828261fb4a48b8156e11b5859d38aeb403f.tar.gz
ld: -rpath must search under sysroot
The -rpath argument would search the host filesystem for libraries, even when a sysroot was defined. For cross toolchains with targets compatible with the host architecture this can find incorrect libraries. Leave -rpath-link unmodified, as build systems in the wild are already using this to point to host directories. [YOCTO #2965] (From OE-Core rev: bccea580f1abb762d231f785a4e60c9cd368dcdf) Signed-off-by: Andy Ross <andy.ross@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.22.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.22.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.22.inc b/meta/recipes-devtools/binutils/binutils-2.22.inc
index 17950a22d4..821cc555d0 100644
--- a/meta/recipes-devtools/binutils/binutils-2.22.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.22.inc
@@ -1,4 +1,4 @@
1PR = "r14" 1PR = "r15"
2 2
3LIC_FILES_CHKSUM="\ 3LIC_FILES_CHKSUM="\
4 file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ 4 file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
@@ -31,6 +31,7 @@ SRC_URI = "\
31 file://binutils-armv5e.patch \ 31 file://binutils-armv5e.patch \
32 file://mips64-default-ld-emulation.patch \ 32 file://mips64-default-ld-emulation.patch \
33 file://0001-PR-ld-13470.patch \ 33 file://0001-PR-ld-13470.patch \
34 file://rpath-sysroot.patch \
34 " 35 "
35 36
36SRC_URI[md5sum] = "ee0f10756c84979622b992a4a61ea3f5" 37SRC_URI[md5sum] = "ee0f10756c84979622b992a4a61ea3f5"