[oe-commits] Khem Raj : gcc-configure-target.inc: Add with-build-sysroot

git version control git at git.openembedded.org
Sun Oct 10 07:08:56 UTC 2010


Module: openembedded.git
Branch: master
Commit: 5ec42acd1c884f8d01607717a268d5deee4040f8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5ec42acd1c884f8d01607717a268d5deee4040f8

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Oct  9 23:43:09 2010 -0700

gcc-configure-target.inc: Add with-build-sysroot

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

---

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

diff --git a/recipes/gcc/gcc-configure-target.inc b/recipes/gcc/gcc-configure-target.inc
index 04045aa..03d7a6b 100644
--- a/recipes/gcc/gcc-configure-target.inc
+++ b/recipes/gcc/gcc-configure-target.inc
@@ -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}"





More information about the Openembedded-commits mailing list