diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-06 11:13:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-06 12:34:43 +0100 |
commit | 9c304eae0724474902fe2f3150adc6af115af9ba (patch) | |
tree | 46ddfa353d680ea3d8b1c426d201d807969c4a13 /.gitignore | |
parent | a9d0cbe1d84bb26fc1a1f48764fe514cf9f9c548 (diff) | |
download | openembedded-core-9c304eae0724474902fe2f3150adc6af115af9ba.tar.gz openembedded-core-9c304eae0724474902fe2f3150adc6af115af9ba.tar.bz2 openembedded-core-9c304eae0724474902fe2f3150adc6af115af9ba.zip |
gcc-cross-initial: Ensure it uses an isolated sysroot
If we don't do this, a stale limits.h may be detected in STAGING_DIR_TARGET
which would result in a different limits.h getting generated by gcc-cross-initial
that references it. The referenced limits.h will then not get found by eglibc-initial
causing rather strange build failures.
The simplest solution is to create a temporary sysroot containing only the things
gcc-cross-initial should care about and this results in a correct limits.h file
regardless of what else may have been built.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions