summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-16 00:00:05 -0700
committerKhem Raj <raj.khem@gmail.com>2022-03-16 14:05:34 -0700
commitc6d21e91f14129b5d63acf69881f20aea22f35ad (patch)
tree1a4dfcdf1b16bcf034d246e6939d691a42693d1c
parent44fde2691af65fb4431200898f98c16bec81f1da (diff)
downloadmeta-clang-c6d21e91f14129b5d63acf69881f20aea22f35ad.tar.gz
python3-grpcio-tools: Use gcc on mips for now
clang14 crashes compiling 1.44 version Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index aa8f188..b7eabe3 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -408,6 +408,7 @@ SELECTED_OPTIMIZATION:append:pn-fio:mips:toolchain-clang = " -O0"
408 408
409# See https://github.com/llvm/llvm-project/issues/54005 409# See https://github.com/llvm/llvm-project/issues/54005
410TOOLCHAIN:pn-qtlocation:mips = "gcc" 410TOOLCHAIN:pn-qtlocation:mips = "gcc"
411TOOLCHAIN:pn-python3-grpcio-tools:mips = "gcc"
411 412
412# This works with gcc-ranlib wrapper only which expands $@ shell array, 413# This works with gcc-ranlib wrapper only which expands $@ shell array,
413# but it will fail if RANLIB was set to <cross>-ranlib or 414# but it will fail if RANLIB was set to <cross>-ranlib or