From: Khem Raj Date: Fri, 30 Jul 2010 06:53:59 +0000 (-0700) Subject: gcc-configure-cross.inc: set --with-build-time-tools to STAGING_BINDIR_CROSS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a74a7af7ac6e7a9d47a5a32061113030e41fcc;p=openembedded.git gcc-configure-cross.inc: set --with-build-time-tools to STAGING_BINDIR_CROSS Signed-off-by: Khem Raj --- diff --git a/recipes/gcc/gcc-configure-cross.inc b/recipes/gcc/gcc-configure-cross.inc index 869ac5e9a1..b6b2f3185c 100644 --- a/recipes/gcc/gcc-configure-cross.inc +++ b/recipes/gcc/gcc-configure-cross.inc @@ -6,7 +6,7 @@ EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ --with-sysroot=${STAGING_DIR_TARGET} \ --with-build-sysroot=${STAGING_DIR_TARGET} \ - --with-build-time-tools=${bindir}" + --with-build-time-tools=${STAGING_BINDIR_CROSS}" do_configure_prepend () { export CC="${BUILD_CC}"