summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 4fe36c8..06dea39 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -333,6 +333,9 @@ COMPILER_RT:remove:pn-m4:armeb = "-rtlib=compiler-rt"
333COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt" 333COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt"
334COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt" 334COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt"
335 335
336# Does not work with libc++ 15.x
337TOOLCHAIN:pn-webkitgtk = "gcc"
338
336# build/lib/libQt5Widgets.so: undefined reference to `__lshrti3' 339# build/lib/libQt5Widgets.so: undefined reference to `__lshrti3'
337# __lshrti3 is missing in libgcc 340# __lshrti3 is missing in libgcc
338COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}" 341COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}"