gcc-configure-target.inc: Add with-build-sysroot
authorKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 06:43:09 +0000 (23:43 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 07:06:02 +0000 (00:06 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-configure-target.inc

index 04045aa..03d7a6b 100644 (file)
@@ -2,5 +2,5 @@ require gcc-configure-common.inc
 
 EXTRA_OECONF_PATHS = " \
     --with-local-prefix=${prefix}/local \
-    --with-gxx-include-dir=${includedir}/c++/${BINV}"
-
+    --with-gxx-include-dir=${includedir}/c++/${BINV} \
+    --with-build-sysroot=${STAGING_DIR_HOST}"