diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-04-09 16:02:50 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-01 17:52:53 +0100 |
commit | fe37d679e09dd11a57b2956666b0fcaceb7bc304 (patch) | |
tree | bbb57a0e07b0657028b7256162295670b825ee15 /meta | |
parent | 7dcf1e47b729f590937cf8401c742c484e3dee85 (diff) | |
download | poky-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.inc | 4 |
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 | ||
3 | EXTRA_OECONF_PATHS = " \ | 3 | EXTRA_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 | ||
7 | RUNTIMETARGET = "libgcc libssp libstdc++-v3" | 9 | RUNTIMETARGET = "libgcc libssp libstdc++-v3" |
8 | # ? | 10 | # ? |