diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-24 02:07:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-29 23:43:22 -0700 |
commit | 3761ff611ef73c6ba06417db16a9459f7f71a020 (patch) | |
tree | 621552611c1e18ec20fb3cc65a1a7366e882fa59 /recipes/gcc/gcc-cross-initial.inc | |
parent | 4e9905b2be6438156dc8ad88839de04e91c922ec (diff) |
gcc-cross: Use EXTRA_OECONF_PATHS in initial and intermediate recipes.
* Add new configure time option --with-build-time-tools
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-cross-initial.inc')
-rw-r--r-- | recipes/gcc/gcc-cross-initial.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-cross-initial.inc b/recipes/gcc/gcc-cross-initial.inc index 25d7ba519a..b153322f71 100644 --- a/recipes/gcc/gcc-cross-initial.inc +++ b/recipes/gcc/gcc-cross-initial.inc @@ -13,8 +13,7 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \ --disable-__cxa_atexit \ --enable-languages=c \ --program-prefix=${TARGET_PREFIX} \ - --with-sysroot=${STAGING_DIR_TARGET} \ - --with-build-sysroot=${STAGING_DIR_TARGET} \ + ${EXTRA_OECONF_PATHS} \ ${EXTRA_OECONF_INITIAL} \ ${OPTSPACE} \ ${@get_gcc_fpu_setting(bb, d)} \ |