diff options
author | Kai Kang <kai.kang@windriver.com> | 2018-05-15 17:17:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-22 13:09:03 +0100 |
commit | c330036e1e6151246b736f88f7412e9e4ac38d5f (patch) | |
tree | f4a9c8f4de6b7b76aac190656a5a800d5e4a0bd4 /scripts/lib/devtool/import.py | |
parent | e54b641a8de962b7df861f0ee7490e6da4ddebe9 (diff) | |
download | openembedded-core-c330036e1e6151246b736f88f7412e9e4ac38d5f.tar.gz openembedded-core-c330036e1e6151246b736f88f7412e9e4ac38d5f.tar.bz2 openembedded-core-c330036e1e6151246b736f88f7412e9e4ac38d5f.zip |
diffstat: fix wrong evaluation of CC
diffstat checks variable CC. If options '-I', '-U' or '-D' is included
in CC, variable CC will be wrongly filtered and only such as
'mips64-wrsmllibn32-linux-gnun32-gcc' left. It shows warning message
during configure:
| checking $CC variable...broken
| configure: WARNING: your environment misuses the CC variable to hold CFLAGS/CPPFLAGS options
Disable such check for OE.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/devtool/import.py')
0 files changed, 0 insertions, 0 deletions