diff options
Diffstat (limited to 'recipes/iphone/gcc-iphone-cross_git.bb')
-rw-r--r-- | recipes/iphone/gcc-iphone-cross_git.bb | 4 |
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 3c6a788796..43f8b6b3b5 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=${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}as \ - --with-ld=${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}ld \ + --with-as=${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}as \ + --with-ld=${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ld \ --with-sysroot=${STAGING_DIR_TARGET} \ --with-build-sysroot=${STAGING_DIR_TARGET} \ --with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \ |