[oe-commits] Khem Raj : gcc-configure-cross.inc: set --with-build-time-tools to STAGING_BINDIR_CROSS

git version control git at git.openembedded.org
Fri Jul 30 06:55:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 77a74a7af7ac6e7a9d47a5a32061113030e41fcc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=77a74a7af7ac6e7a9d47a5a32061113030e41fcc

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jul 29 23:53:59 2010 -0700

gcc-configure-cross.inc: set --with-build-time-tools to STAGING_BINDIR_CROSS

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gcc/gcc-configure-cross.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gcc/gcc-configure-cross.inc b/recipes/gcc/gcc-configure-cross.inc
index 869ac5e..b6b2f31 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}"





More information about the Openembedded-commits mailing list