diff options
author | Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | 2015-04-22 12:49:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-28 07:55:59 +0100 |
commit | 0fe64b080cc9854979b501908060aeb9811d9973 (patch) | |
tree | a70f004c4f44d12f2bfdef5b5cfe6cc034b750de /meta/recipes-bsp/gnu-efi | |
parent | 3c6746748a845b5156f81fe7a01caa58ee29e938 (diff) | |
download | openembedded-core-0fe64b080cc9854979b501908060aeb9811d9973.tar.gz openembedded-core-0fe64b080cc9854979b501908060aeb9811d9973.tar.bz2 openembedded-core-0fe64b080cc9854979b501908060aeb9811d9973.zip |
icecc.bbclass: blacklist libgcc-initial
Building libgcc-initial with IceCC enabled can fail with the CPP sanity
check error in the following case (using ARM for example):
* sysroot contains cross gcc built for another ARM variant
* sysroot contains initial cross gcc built to suit the target machine
* bitbake tries to configure libgcc-initial
* libgcc-initial calls icecc wrapper
* icecc wrapper calls non-initial cross gcc via the full path
* non-initial cross gcc looks for the headers in the wrong place
* BOOM
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/gnu-efi')
0 files changed, 0 insertions, 0 deletions