diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-12-14 10:39:20 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-12-14 18:27:59 -0800 |
commit | e1e452a8d4f5c3e34c56a35cd5556164acbdcf16 (patch) | |
tree | 396df079241ec1b6e83c5e3b48cc7e000cdfeb03 | |
parent | c271c50d4a8fceedc2f72b0bf4f91d34172efd15 (diff) | |
download | meta-clang-e1e452a8d4f5c3e34c56a35cd5556164acbdcf16.tar.gz |
redis: Mark non-clangable as of now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 30a52f0..480102a 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -142,6 +142,10 @@ TOOLCHAIN_pn-lttng-ust_riscv64 = "gcc" | |||
142 | #| ../libffi-3.3-rc0/src/arm/sysv.S:132: Error: selected processor does not support `vldmgt sp,{d0-d7}' in ARM mode | 142 | #| ../libffi-3.3-rc0/src/arm/sysv.S:132: Error: selected processor does not support `vldmgt sp,{d0-d7}' in ARM mode |
143 | TOOLCHAIN_pn-libffi_armeb = "gcc" | 143 | TOOLCHAIN_pn-libffi_armeb = "gcc" |
144 | 144 | ||
145 | # Clang/mips still generates __sync_fetch_and_add_8 instead of __atomic_fetch_add_8 so it can't even use | ||
146 | # libatomic to provide these functions, therefore can not compile redis on mips | ||
147 | TOOLCHAIN_pn-redis_mips = "gcc" | ||
148 | |||
145 | CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " | 149 | CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " |
146 | 150 | ||
147 | #io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions | 151 | #io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions |