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-configure-cross.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/gcc/gcc-configure-cross.inc') diff --git a/recipes/gcc/gcc-configure-cross.inc b/recipes/gcc/gcc-configure-cross.inc index 8b97b097ef..869ac5e9a1 100644 --- a/recipes/gcc/gcc-configure-cross.inc +++ b/recipes/gcc/gcc-configure-cross.inc @@ -3,9 +3,10 @@ require gcc-configure-common.inc USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \ - --with-gxx-include-dir=${STAGING_DIR_TARGET}/${target_includedir}/c++ \ + --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ --with-sysroot=${STAGING_DIR_TARGET} \ - --with-build-sysroot=${STAGING_DIR_TARGET}" + --with-build-sysroot=${STAGING_DIR_TARGET} \ + --with-build-time-tools=${bindir}" do_configure_prepend () { export CC="${BUILD_CC}" -- cgit 1.2.3-korg