summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 21:06:20 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commitd3b382dddbe19258fd9cb2071c42f0372f48cac1 (patch)
tree591bb83881911d3ab41b3d8483fdf90db7b22972
parentb09f48be1dafca48f891e719135a6ba37f89f6e3 (diff)
downloadmeta-clang-d3b382dddbe19258fd9cb2071c42f0372f48cac1.tar.gz
elfutils: Enable clang compiler on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf3
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 @@
1TOOLCHAIN:pn-cpufrequtils = "gcc" 1TOOLCHAIN: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
3TOOLCHAIN:pn-crash = "gcc" 3TOOLCHAIN:pn-crash = "gcc"
4TOOLCHAIN: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]
5TOOLCHAIN: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) {
7TOOLCHAIN:pn-firefox = "gcc" 8TOOLCHAIN:pn-firefox = "gcc"