diff options
-rw-r--r-- | meta/conf/distro/include/world-broken.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index a5f6371d31..d4bdddfcfe 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc | |||
@@ -47,3 +47,10 @@ EXCLUDE_FROM_WORLD_pn-perf_libc-musl = "1" | |||
47 | 47 | ||
48 | # error: 'RTLD_NEXT' was not declared in this scope | 48 | # error: 'RTLD_NEXT' was not declared in this scope |
49 | EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1" | 49 | EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1" |
50 | |||
51 | # gcc fails to build when libuwind is staged before building gcc since | ||
52 | # it then finds the unwind.h header from libunwind and not from libgcc | ||
53 | # and on arm specially they are different since libgcc defines some functions | ||
54 | # as macros which are functions in libunwind and it fails during linking | ||
55 | # libbacktrace/backtrace.c:76: undefined reference to `_Unwind_GetIP' | ||
56 | EXCLUDE_FROM_WORLD_pn-libunwind_libc-musl_arm = "1" | ||