From 5eb10009ac2157265ae53f5bd32b6d2152da181c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 26 Jan 2008 17:57:34 +0000 Subject: 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 --- meta/conf/distro/include/poky-eabi6.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/distro/include') 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" -- cgit v1.2.3