diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-18 12:50:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-25 10:59:18 +0000 |
commit | 34729e4f828f2c9efc415838098d4e5dedd456ee (patch) | |
tree | 45be79eb4688e3d102d8f9345f6b9527125f6d84 /meta/recipes-core/eglibc | |
parent | 46395d4856d11fc135872f8904ce92aa26eec984 (diff) | |
download | poky-34729e4f828f2c9efc415838098d4e5dedd456ee.tar.gz |
gcc-cross-initial, gcc-crosssdk-initial: change CROSS_TARGET_SYS_DIR and insall into new locations
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-initial.inc | 3 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc.inc | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-initial.inc b/meta/recipes-core/eglibc/eglibc-initial.inc index d49ec8a87e..cb50e89226 100644 --- a/meta/recipes-core/eglibc/eglibc-initial.inc +++ b/meta/recipes-core/eglibc/eglibc-initial.inc | |||
@@ -6,6 +6,9 @@ PROVIDES = "virtual/${TARGET_PREFIX}libc-initial" | |||
6 | PACKAGES = "" | 6 | PACKAGES = "" |
7 | PACKAGES_DYNAMIC = "" | 7 | PACKAGES_DYNAMIC = "" |
8 | 8 | ||
9 | STAGINGCC = "gcc-cross-initial" | ||
10 | STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-initial" | ||
11 | |||
9 | do_configure () { | 12 | do_configure () { |
10 | sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure | 13 | sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure |
11 | chmod +x ${S}/configure | 14 | chmod +x ${S}/configure |
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc index 4698254932..63c313ca48 100644 --- a/meta/recipes-core/eglibc/eglibc.inc +++ b/meta/recipes-core/eglibc/eglibc.inc | |||
@@ -1,5 +1,9 @@ | |||
1 | require eglibc-common.inc | 1 | require eglibc-common.inc |
2 | 2 | ||
3 | STAGINGCC = "gcc-cross-intermediate" | ||
4 | STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-intermediate" | ||
5 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
6 | |||
3 | # nptl needs unwind support in gcc, which can't be built without glibc. | 7 | # nptl needs unwind support in gcc, which can't be built without glibc. |
4 | DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers" | 8 | DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers" |
5 | #this leads to circular deps, so lets not add it yet | 9 | #this leads to circular deps, so lets not add it yet |