aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-29 23:53:59 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-29 23:55:18 -0700
commit77a74a7af7ac6e7a9d47a5a32061113030e41fcc (patch)
tree2f240b4d9faf3e97e12eb2ecb0bf85d1f1e23c80
parent3761ff611ef73c6ba06417db16a9459f7f71a020 (diff)
downloadopenembedded-77a74a7af7ac6e7a9d47a5a32061113030e41fcc.tar.gz
gcc-configure-cross.inc: set --with-build-time-tools to STAGING_BINDIR_CROSS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/gcc/gcc-configure-cross.inc2
1 files changed, 1 insertions, 1 deletions
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}"