mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
icecc: blacklist pixman
pixman declares prng_state as `omp threadprivate`, causing linker errors: prng_state: TLS reference mismatches non-TLS reference (From OE-Core rev: a95953fccc7c05650710e45103c3e9fa06d1ff4d) Signed-off-by: Tim Blechmann <tim@klingt.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
610056167b
commit
d9efbd2c3c
@@ -73,12 +73,15 @@ ICECC_ENV_DEBUG ??= ""
|
|||||||
#
|
#
|
||||||
# libgcc-initial - fails with CPP sanity check error if host sysroot contains
|
# libgcc-initial - fails with CPP sanity check error if host sysroot contains
|
||||||
# cross gcc built for another target tune/variant
|
# cross gcc built for another target tune/variant
|
||||||
|
# pixman - prng_state: TLS reference mismatches non-TLS reference, possibly due to
|
||||||
|
# pragma omp threadprivate(prng_state)
|
||||||
# systemtap - _HelperSDT.c undefs macros and uses the identifiers in macros emitting
|
# systemtap - _HelperSDT.c undefs macros and uses the identifiers in macros emitting
|
||||||
# inline assembly
|
# inline assembly
|
||||||
# target-sdk-provides-dummy - ${HOST_PREFIX} is empty which triggers the "NULL
|
# target-sdk-provides-dummy - ${HOST_PREFIX} is empty which triggers the "NULL
|
||||||
# prefix" error.
|
# prefix" error.
|
||||||
ICECC_SYSTEM_PACKAGE_BL += "\
|
ICECC_SYSTEM_PACKAGE_BL += "\
|
||||||
libgcc-initial \
|
libgcc-initial \
|
||||||
|
pixman \
|
||||||
systemtap \
|
systemtap \
|
||||||
target-sdk-provides-dummy \
|
target-sdk-provides-dummy \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user