From: Richard Purdie Date: Sat, 26 Jan 2008 17:57:34 +0000 (+0000) Subject: Add TARGET_LDFLAGS override to workaround toolchain sysroot bugs for eabi6 mode X-Git-Tag: 2011-1~9825 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5eb10009ac2157265ae53f5bd32b6d2152da181c;p=openembedded-core.git 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 --- 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" 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"