summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 22:57:08 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commit71c7547e18b5c73bc475c962a634eed0241aec88 (patch)
treebfbfff9ac07f576d7a5522f0d7c98b7b37f8c974 /conf
parent8900201cf1e4e588aea26f36c9c150a9b573984c (diff)
downloadmeta-clang-71c7547e18b5c73bc475c962a634eed0241aec88.tar.gz
mips: Remove workarounds for issue 53722 and 54044
This has been fixed in clang 15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 200a4d7..60583f8 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -337,23 +337,6 @@ LTO:pn-libidn2:toolchain-clang = ""
337#libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined] 337#libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined]
338LTO:pn-cairo:toolchain-clang = "" 338LTO:pn-cairo:toolchain-clang = ""
339 339
340# See https://github.com/llvm/llvm-project/issues/53722
341SELECTED_OPTIMIZATION:remove:pn-libvorbis:mips:toolchain-clang = "-O2"
342SELECTED_OPTIMIZATION:append:pn-libvorbis:mips:toolchain-clang = " -O0"
343SELECTED_OPTIMIZATION:remove:pn-x264:mips:toolchain-clang = "-O2"
344SELECTED_OPTIMIZATION:append:pn-x264:mips:toolchain-clang = " -O0"
345SELECTED_OPTIMIZATION:remove:pn-dcadec:mips:toolchain-clang = "-O2"
346SELECTED_OPTIMIZATION:append:pn-dcadec:mips:toolchain-clang = " -O0"
347SELECTED_OPTIMIZATION:remove:pn-graphviz:mips:toolchain-clang = "-O2"
348SELECTED_OPTIMIZATION:append:pn-graphviz:mips:toolchain-clang = " -O0"
349# See https://github.com/llvm/llvm-project/issues/54044
350SELECTED_OPTIMIZATION:remove:pn-fio:mips:toolchain-clang = "-O2"
351SELECTED_OPTIMIZATION:append:pn-fio:mips:toolchain-clang = " -O0"
352
353# See https://github.com/llvm/llvm-project/issues/54005
354TOOLCHAIN:pn-qtlocation:mips = "gcc"
355TOOLCHAIN:pn-python3-grpcio-tools:mips = "gcc"
356
357# This works with gcc-ranlib wrapper only which expands $@ shell array, 340# This works with gcc-ranlib wrapper only which expands $@ shell array,
358# but it will fail if RANLIB was set to <cross>-ranlib or 341# but it will fail if RANLIB was set to <cross>-ranlib or
359# <cross>-llvn-ranlib has same behaviour 342# <cross>-llvn-ranlib has same behaviour