summaryrefslogtreecommitdiffstats
path: root/meta/conf
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/conf
parentf56af60c61a1273534f2c387fc5a187a83971254 (diff)
downloadpoky-5eb10009ac2157265ae53f5bd32b6d2152da181c.tar.gz
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/conf')
-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 5e5c25e7ce..e3ad6d3f0f 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"
23PREFERRED_VERSION_glibc-intermediate ?= "2.5" 23PREFERRED_VERSION_glibc-intermediate ?= "2.5"
24PREFERRED_VERSION_glibc-initial ?= "2.5" 24PREFERRED_VERSION_glibc-initial ?= "2.5"
25PREFERRED_VERSION_elfutils ?= "0.108" 25PREFERRED_VERSION_elfutils ?= "0.108"
26
27TARGET_LDFLAGS = "-Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib -Wl,-O1"