diff options
-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 20fb71b..b948678 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -254,6 +254,10 @@ COMPILER_RT_remove_pn-m4_armeb = "--rtlib=compiler-rt" | |||
254 | COMPILER_RT_remove_pn-ruby_armeb = "--rtlib=compiler-rt" | 254 | COMPILER_RT_remove_pn-ruby_armeb = "--rtlib=compiler-rt" |
255 | COMPILER_RT_remove_pn-webkitgtk_armeb = "--rtlib=compiler-rt" | 255 | COMPILER_RT_remove_pn-webkitgtk_armeb = "--rtlib=compiler-rt" |
256 | 256 | ||
257 | # build/lib/libQt5Widgets.so: undefined reference to `__lshrti3' | ||
258 | # __lshrti3 is missing in libgcc | ||
259 | COMPILER_RT_pn-qtbase_toolchain-clang_riscv32 = "--rtlib=compiler-rt ${UNWINDLIB}" | ||
260 | |||
257 | LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic" | 261 | LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic" |
258 | LDFLAGS_append_pn-harfbuzz_toolchain-clang_riscv64 = " -latomic" | 262 | LDFLAGS_append_pn-harfbuzz_toolchain-clang_riscv64 = " -latomic" |
259 | LDFLAGS_append_pn-qtwebengine_toolchain-clang_runtime-gnu_x86 = " -latomic" | 263 | LDFLAGS_append_pn-qtwebengine_toolchain-clang_runtime-gnu_x86 = " -latomic" |