summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-26 17:57:34 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-26 17:57:34 +0000
commit5eb10009ac2157265ae53f5bd32b6d2152da181c (patch)
tree89bc37ddab57085ca473650096fc16c6ec68e56c /meta
parentf56af60c61a1273534f2c387fc5a187a83971254 (diff)
downloadopenembedded-core-5eb10009ac2157265ae53f5bd32b6d2152da181c.tar.gz
openembedded-core-5eb10009ac2157265ae53f5bd32b6d2152da181c.tar.bz2
openembedded-core-5eb10009ac2157265ae53f5bd32b6d2152da181c.tar.xz
openembedded-core-5eb10009ac2157265ae53f5bd32b6d2152da181c.zip
Add TARGET_LDFLAGS override to workaround toolchain sysroot bugs for eabi6 mode
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3605 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/poky-eabi6.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi6.inc b/meta/conf/distro/include/poky-eabi6.inc
index 5e5c25e7c..e3ad6d3f0 100644
--- a/meta/conf/distro/include/poky-eabi6.inc
+++ b/meta/conf/distro/include/poky-eabi6.inc
@@ -23,3 +23,5 @@ PREFERRED_VERSION_glibc ?= "2.5"
PREFERRED_VERSION_glibc-intermediate ?= "2.5"
PREFERRED_VERSION_glibc-initial ?= "2.5"
PREFERRED_VERSION_elfutils ?= "0.108"
+
+TARGET_LDFLAGS = "-Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib -Wl,-O1"