]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-external-csl2006q3.inc: Set TOOLCHAIN_OPTIONS so the sysroot is set correctly
authorRichard Purdie <richard@openedhand.com>
Mon, 9 Jun 2008 22:41:00 +0000 (22:41 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 9 Jun 2008 22:41:00 +0000 (22:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4614 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/include/poky-external-csl2006q3.inc

index 7bcbe67246a7a39d176814bd253ff81ca60ec32b..0f7304dff94a6956dd3035852a3ecda6e514d825 100644 (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}"