From 77a74a7af7ac6e7a9d47a5a32061113030e41fcc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 29 Jul 2010 23:53:59 -0700 Subject: gcc-configure-cross.inc: set --with-build-time-tools to STAGING_BINDIR_CROSS Signed-off-by: Khem Raj --- recipes/gcc/gcc-configure-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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}" -- cgit 1.2.3-korg