From 498360670f843ec50422041f932dc9c87e629655 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Sep 2022 20:53:11 -0700 Subject: redis: Re-enable clang on mips Signed-off-by: Khem Raj --- conf/nonclangable.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 6ea3b46..08889d1 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -122,10 +122,6 @@ TOOLCHAIN:pn-lttng-ust:riscv64 = "gcc" #| ../libffi-3.3-rc0/src/arm/sysv.S:132: Error: selected processor does not support `vldmgt sp,{d0-d7}' in ARM mode TOOLCHAIN:pn-libffi:armeb = "gcc" -# Clang/mips still generates __sync_fetch_and_add_8 instead of __atomic_fetch_add_8 so it can't even use -# libatomic to provide these functions, therefore can not compile redis on mips -TOOLCHAIN:pn-redis:mips = "gcc" - # rocksdb/rocksdb/util/crc32c_ppc_asm.S:9:10: fatal error: 'ppc-asm.h' file not found # #include # This header is only available with gcc-cross -- cgit v1.2.3-54-g00ecf