poky-external-csl2006q3.inc: Set TOOLCHAIN_OPTIONS so the sysroot is set correctly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4614 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-06-09 22:41:00 +00:00
parent 3c2996bc69
commit 343c2cf010
1 changed files with 2 additions and 0 deletions

View File

@ -23,3 +23,5 @@ PREFERRED_VERSION_external-csl-toolchain = "2006q3-27"
TARGET_CPPFLAGS_prepend = " -isystem${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/include "
TARGET_LDFLAGS_prepend = " -L${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/lib -Wl,-rpath-link,${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/lib "
TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_HOST}"