summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 20:12:21 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commitfeb6b28ce2c07c870d7a2fe6bc82db4bbf2c4e54 (patch)
treef393d1e66f1c5419258982191658ef36b7a36710 /conf
parentacc6994c3e389e0e4851d549fd9ada564340a714 (diff)
downloadmeta-clang-feb6b28ce2c07c870d7a2fe6bc82db4bbf2c4e54.tar.gz
python: Enable build with clang on target
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index e16bdc0..81f03ef 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -93,12 +93,6 @@ TOOLCHAIN:pn-ppp = "gcc"
93#| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); 93#| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7);
94TOOLCHAIN:pn-pseudo = "gcc" 94TOOLCHAIN:pn-pseudo = "gcc"
95 95
96#| checking for multiarch... riscv64-yoe-linux
97#| configure: error: internal configure error for the platform triplet, please file a bug report
98TOOLCHAIN:pn-python3:riscv64 = "gcc"
99TOOLCHAIN:pn-python3:riscv32 = "gcc"
100TOOLCHAIN:pn-python3:libc-musl = "gcc"
101
102# mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2] 96# mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2]
103# vld1.s32 ${1:h}, [$3] ' 97# vld1.s32 ${1:h}, [$3] '
104TOOLCHAIN:pn-pulseaudio:armv7ve = "gcc" 98TOOLCHAIN:pn-pulseaudio:armv7ve = "gcc"