From 71c7547e18b5c73bc475c962a634eed0241aec88 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Sep 2022 22:57:08 -0700 Subject: mips: Remove workarounds for issue 53722 and 54044 This has been fixed in clang 15 Signed-off-by: Khem Raj --- conf/nonclangable.conf | 17 ----------------- 1 file changed, 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 = "" #libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined] LTO:pn-cairo:toolchain-clang = "" -# See https://github.com/llvm/llvm-project/issues/53722 -SELECTED_OPTIMIZATION:remove:pn-libvorbis:mips:toolchain-clang = "-O2" -SELECTED_OPTIMIZATION:append:pn-libvorbis:mips:toolchain-clang = " -O0" -SELECTED_OPTIMIZATION:remove:pn-x264:mips:toolchain-clang = "-O2" -SELECTED_OPTIMIZATION:append:pn-x264:mips:toolchain-clang = " -O0" -SELECTED_OPTIMIZATION:remove:pn-dcadec:mips:toolchain-clang = "-O2" -SELECTED_OPTIMIZATION:append:pn-dcadec:mips:toolchain-clang = " -O0" -SELECTED_OPTIMIZATION:remove:pn-graphviz:mips:toolchain-clang = "-O2" -SELECTED_OPTIMIZATION:append:pn-graphviz:mips:toolchain-clang = " -O0" -# See https://github.com/llvm/llvm-project/issues/54044 -SELECTED_OPTIMIZATION:remove:pn-fio:mips:toolchain-clang = "-O2" -SELECTED_OPTIMIZATION:append:pn-fio:mips:toolchain-clang = " -O0" - -# See https://github.com/llvm/llvm-project/issues/54005 -TOOLCHAIN:pn-qtlocation:mips = "gcc" -TOOLCHAIN:pn-python3-grpcio-tools:mips = "gcc" - # This works with gcc-ranlib wrapper only which expands $@ shell array, # but it will fail if RANLIB was set to -ranlib or # -llvn-ranlib has same behaviour -- cgit v1.2.3-54-g00ecf