summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-04-09 16:02:50 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-01 17:52:53 +0100
commitfe37d679e09dd11a57b2956666b0fcaceb7bc304 (patch)
treebbb57a0e07b0657028b7256162295670b825ee15 /meta
parent7dcf1e47b729f590937cf8401c742c484e3dee85 (diff)
downloadpoky-fe37d679e09dd11a57b2956666b0fcaceb7bc304.tar.gz
gcc-configure-runtime: Make sure the sysroot is configured
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gcc/gcc-configure-runtime.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-configure-runtime.inc b/meta/packages/gcc/gcc-configure-runtime.inc
index 175e08ad14..6716b0deed 100644
--- a/meta/packages/gcc/gcc-configure-runtime.inc
+++ b/meta/packages/gcc/gcc-configure-runtime.inc
@@ -2,7 +2,9 @@ require gcc-configure-common.inc
2 2
3EXTRA_OECONF_PATHS = " \ 3EXTRA_OECONF_PATHS = " \
4 --with-local-prefix=${STAGING_DIR_TARGET}${prefix} \ 4 --with-local-prefix=${STAGING_DIR_TARGET}${prefix} \
5 --with-gxx-include-dir=${includedir}/c++/" 5 --with-gxx-include-dir=${includedir}/c++/ \
6 --with-sysroot=${STAGING_DIR_TARGET} \
7 --with-build-sysroot=${STAGING_DIR_TARGET}"
6 8
7RUNTIMETARGET = "libgcc libssp libstdc++-v3" 9RUNTIMETARGET = "libgcc libssp libstdc++-v3"
8# ? 10# ?