diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-21 10:54:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-22 10:13:04 -0700 |
commit | dc69812bdf6bdb19d9738079b06e7d2a55d11437 (patch) | |
tree | f30ed702405aa7c4adef706baebfbd1002ced96b /recipes/iphone | |
parent | fff85c73672c01afa7d1b27c68cc6b37453ff607 (diff) |
recipes: Fix references to CROSS_DIR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/iphone')
-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 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} \ |