summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 0bf23a7..ddd94a4 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -563,6 +563,10 @@ CFLAGS:append:pn-dav1d:riscv64:toolchain-clang = " -no-integrated-as"
563TOOLCHAIN_OPTIONS:append:pn-python3-numpy:riscv64:toolchain-clang = " -march=rv64gcv" 563TOOLCHAIN_OPTIONS:append:pn-python3-numpy:riscv64:toolchain-clang = " -march=rv64gcv"
564TOOLCHAIN_OPTIONS:append:pn-python3-numpy:riscv32:toolchain-clang = " -march=rv32gcv" 564TOOLCHAIN_OPTIONS:append:pn-python3-numpy:riscv32:toolchain-clang = " -march=rv32gcv"
565 565
566# git/lib/simdutf-amalgamation-5.5.0/src/simdutf/simdutf.cpp:4941:57: error: RISC-V type 'vuint16m1_t' (aka '__rvv_uint16m1_t') requires the 'zve32x' extension
567# return __riscv_vmacc_vx_u16m1(__riscv_vsrl_vx_u16m1(v, 8, vl), 0x100, v, vl);
568TOOLCHAIN_OPTIONS:append:pn-fluentbit:riscv64:toolchain-clang = " -march=rv64gcv"
569
566# test_connectx segfaults with this option set to -fstack-protector-strong 570# test_connectx segfaults with this option set to -fstack-protector-strong
567SECURITY_STACK_PROTECTOR:pn-lksctp-tools:toolchain-clang = "" 571SECURITY_STACK_PROTECTOR:pn-lksctp-tools:toolchain-clang = ""
568 572