diff options
-rw-r--r-- | conf/nonclangable.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index ce7d63f..d93c744 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -91,6 +91,14 @@ DEBUG_FLAGS:remove:pn-pixman:toolchain-clang:arm = "-g" | |||
91 | #| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); | 91 | #| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); |
92 | TOOLCHAIN:pn-pseudo = "gcc" | 92 | TOOLCHAIN:pn-pseudo = "gcc" |
93 | 93 | ||
94 | #| checking for multiarch... riscv64-yoe-linux | ||
95 | #| configure: error: internal configure error for the platform triplet, please file a bug report | ||
96 | TOOLCHAIN:pn-python3:riscv64 = "gcc" | ||
97 | TOOLCHAIN:pn-python3:riscv32 = "gcc" | ||
98 | TOOLCHAIN:pn-python3:libc-musl = "gcc" | ||
99 | # Use until OE-core merges https://lists.openembedded.org/g/openembedded-core/message/164192 | ||
100 | TOOLCHAIN:pn-python3:aarch64 = "gcc" | ||
101 | |||
94 | # mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2] | 102 | # mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2] |
95 | # vld1.s32 ${1:h}, [$3] ' | 103 | # vld1.s32 ${1:h}, [$3] ' |
96 | TOOLCHAIN:pn-pulseaudio:armv7ve = "gcc" | 104 | TOOLCHAIN:pn-pulseaudio:armv7ve = "gcc" |