diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-15 21:06:20 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-17 16:55:30 -0700 |
commit | d3b382dddbe19258fd9cb2071c42f0372f48cac1 (patch) | |
tree | 591bb83881911d3ab41b3d8483fdf90db7b22972 | |
parent | b09f48be1dafca48f891e719135a6ba37f89f6e3 (diff) | |
download | meta-clang-d3b382dddbe19258fd9cb2071c42f0372f48cac1.tar.gz |
elfutils: Enable clang compiler on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index f5e84d1..800fcbe 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -1,7 +1,8 @@ | |||
1 | TOOLCHAIN:pn-cpufrequtils = "gcc" | 1 | TOOLCHAIN:pn-cpufrequtils = "gcc" |
2 | # crash embeds version of gdb which is not buildable with clang | 2 | # crash embeds version of gdb which is not buildable with clang |
3 | TOOLCHAIN:pn-crash = "gcc" | 3 | TOOLCHAIN:pn-crash = "gcc" |
4 | TOOLCHAIN:pn-elfutils = "gcc" | 4 | # | ../../elfutils-0.187/libasm/asm_newscn.c:49:22: error: field 'pattern' with variable sized type 'struct FillPattern' not at the end of a struct or class is a GNU extension [-Werror,-Wgnu-variable-sized-type-not-at-end] |
5 | TOOLCHAIN:pn-elfutils:libc-glibc = "gcc" | ||
5 | # /mnt/a/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/firefox/60.1.0esr-r0/recipe-sysroot-native/usr/lib/clang/7.0.1/include/arm_neon.h:433:1: error: unknown type name 'inline' | 6 | # /mnt/a/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/firefox/60.1.0esr-r0/recipe-sysroot-native/usr/lib/clang/7.0.1/include/arm_neon.h:433:1: error: unknown type name 'inline' |
6 | # __ai uint8x16_t vabdq_u8(uint8x16_t __p0, uint8x16_t __p1) { | 7 | # __ai uint8x16_t vabdq_u8(uint8x16_t __p0, uint8x16_t __p1) { |
7 | TOOLCHAIN:pn-firefox = "gcc" | 8 | TOOLCHAIN:pn-firefox = "gcc" |