aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chromium/chromium_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/chromium/chromium_svn.bb')
-rw-r--r--recipes/chromium/chromium_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/chromium/chromium_svn.bb b/recipes/chromium/chromium_svn.bb
index a71f947525..6aeab44eb9 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=${CROSS_DIR}/bin/${TARGET_PREFIX}
+ export CROSSTOOL=${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}
export AR=${CROSSTOOL}ar
export AS=${CROSSTOOL}as
export RANLIB=${CROSSTOOL}ranlib