summaryrefslogtreecommitdiffstats
path: root/recipes/iphone/gcc-iphone-cross_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/iphone/gcc-iphone-cross_git.bb')
-rw-r--r--recipes/iphone/gcc-iphone-cross_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/iphone/gcc-iphone-cross_git.bb b/recipes/iphone/gcc-iphone-cross_git.bb
index ea351cf0bf..3c6a788796 100644
--- a/recipes/iphone/gcc-iphone-cross_git.bb
+++ b/recipes/iphone/gcc-iphone-cross_git.bb
@@ -20,8 +20,8 @@ EXTRA_OECONF = "\
--enable-sjlj-exceptions \
--enable-wchar_t=no \
--with-gxx-include-dir=${STAGING_DIR_TARGET}/${layout_includedir}/c++ \
- --with-as=${CROSS_DIR}/bin/${TARGET_PREFIX}as \
- --with-ld=${CROSS_DIR}/bin/${TARGET_PREFIX}ld \
+ --with-as=${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}as \
+ --with-ld=${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}ld \
--with-sysroot=${STAGING_DIR_TARGET} \
--with-build-sysroot=${STAGING_DIR_TARGET} \
--with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \