From 713508343d70a31ccfe1bdee7fee8038e65b8c40 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 30 Jul 2010 13:40:40 -0700 Subject: recipes: Fix the PATHs for toolchains. * Look into the new multi-machine friendly installation. Signed-off-by: Khem Raj Acked-by: Koen Kooi Acked-by: Martin Jansa --- recipes/chromium/chromium_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/chromium/chromium_svn.bb') diff --git a/recipes/chromium/chromium_svn.bb b/recipes/chromium/chromium_svn.bb index 6aeab44eb9..5576c79e8c 100644 --- a/recipes/chromium/chromium_svn.bb +++ b/recipes/chromium/chromium_svn.bb @@ -100,7 +100,7 @@ TARGET_CC_ARCH += "${LDFLAGS}" do_compile() { cd ${S} - export CROSSTOOL=${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX} + export CROSSTOOL=${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX} export AR=${CROSSTOOL}ar export AS=${CROSSTOOL}as export RANLIB=${CROSSTOOL}ranlib -- cgit 1.2.3-korg