diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-30 13:40:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-03 12:46:05 -0700 |
commit | 713508343d70a31ccfe1bdee7fee8038e65b8c40 (patch) | |
tree | 37f5d14a294da3f59e4087d75e3fa20db347c45a /recipes/iphone/gcc-iphone-cross_git.bb | |
parent | 07733978e28ec682fbabac61325fe3dc22d6dbda (diff) |
recipes: Fix the PATHs for toolchains.
* Look into the new multi-machine friendly installation.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
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} \ |