aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-configure-target.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-09 23:43:09 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-10 00:06:02 -0700
commit5ec42acd1c884f8d01607717a268d5deee4040f8 (patch)
tree77ff39571c10ff09ddc49fe7ae5cf6c989f38e19 /recipes/gcc/gcc-configure-target.inc
parentaa293507bf45761cc8e18b0f5a633fa4cc1fefa7 (diff)
downloadopenembedded-5ec42acd1c884f8d01607717a268d5deee4040f8.tar.gz
gcc-configure-target.inc: Add with-build-sysroot
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-configure-target.inc')
-rw-r--r--recipes/gcc/gcc-configure-target.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-configure-target.inc b/recipes/gcc/gcc-configure-target.inc
index 04045aa541..03d7a6bddd 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}"