diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-05 10:30:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-05 12:36:00 +0100 |
commit | af58d5c3a5c5e632aa20b1d007d47dbbfb4ed6e6 (patch) | |
tree | 78693beb80c74e60e9fdf00430e8f22c0c3f207f /meta/recipes-kernel | |
parent | 0b79c730f3e5c3c5329e439dffd137f2605b6cba (diff) | |
download | openembedded-core-af58d5c3a5c5e632aa20b1d007d47dbbfb4ed6e6.tar.gz openembedded-core-af58d5c3a5c5e632aa20b1d007d47dbbfb4ed6e6.tar.bz2 openembedded-core-af58d5c3a5c5e632aa20b1d007d47dbbfb4ed6e6.zip |
gcc: fix collect2 host contamination problem properly
We added the autoconf cache line a while back to ensure that configure doesn't
poke into some hardcoded host paths looking for things it shouldn't. Applying
it as part of do_configure wasn't getting it to the do_compile tasks
where much of the configure scripts are run by gcc. This changes it to a simple
export to ensure it reaches the places it needs to and truly gets rid of
the cross compile badness messages from the logs.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions