From 3761ff611ef73c6ba06417db16a9459f7f71a020 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 24 Jul 2010 02:07:40 -0700 Subject: 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 --- recipes/gcc/gcc-cross-initial.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/gcc/gcc-cross-initial.inc') 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)} \ -- cgit v1.2.3