diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-11-13 18:05:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-20 14:06:30 +0000 |
commit | fec684512c6f934d7a847b0c9f5151da81426910 (patch) | |
tree | f040a4709ad2dc26631e66f1dda5cc8f22efa321 /meta-selftest | |
parent | bedcf3cf03d0c6283e06949a0c98773390c01ed0 (diff) | |
download | openembedded-core-fec684512c6f934d7a847b0c9f5151da81426910.tar.gz openembedded-core-fec684512c6f934d7a847b0c9f5151da81426910.tar.bz2 openembedded-core-fec684512c6f934d7a847b0c9f5151da81426910.zip |
gcc-4.9: fix the compile failure of 'defaults.h' not found
While compiling gcc-crosssdk-initial-x86_64 on some host, there is
occasionally failure that test the existance of default.h doesn't
work.
...
| tmp/work-shared/gcc-4.9.1-r0/gcc-4.9.1/gcc/calls.c:1240:
error: 'STACK_CHECK_MAX_VAR_SIZE' was not declared in this scope
...
The reason is tm_include_list='** defaults.h' rather than
tm_include_list='** ./defaults.h'
So we add the test condition for this situation.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions