diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-26 17:57:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-26 17:57:34 +0000 |
commit | 5eb10009ac2157265ae53f5bd32b6d2152da181c (patch) | |
tree | 89bc37ddab57085ca473650096fc16c6ec68e56c /meta/conf/distro/include/poky-eabi6.inc | |
parent | f56af60c61a1273534f2c387fc5a187a83971254 (diff) | |
download | poky-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/distro/include/poky-eabi6.inc')
-rw-r--r-- | meta/conf/distro/include/poky-eabi6.inc | 2 |
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" | |||
23 | PREFERRED_VERSION_glibc-intermediate ?= "2.5" | 23 | PREFERRED_VERSION_glibc-intermediate ?= "2.5" |
24 | PREFERRED_VERSION_glibc-initial ?= "2.5" | 24 | PREFERRED_VERSION_glibc-initial ?= "2.5" |
25 | PREFERRED_VERSION_elfutils ?= "0.108" | 25 | PREFERRED_VERSION_elfutils ?= "0.108" |
26 | |||
27 | TARGET_LDFLAGS = "-Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib -Wl,-O1" | ||