summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-21 08:49:38 -0700
committerKhem Raj <raj.khem@gmail.com>2023-03-21 12:13:43 -0700
commit24623383a28e3e4d11615b3c547301b9eb4509fe (patch)
tree526bd80f0bd98dbc7a47bb55b55633f8efe05a77 /conf
parenteac942c787fad7a0dd150ad41f9e780bf152af5c (diff)
downloadmeta-clang-24623383a28e3e4d11615b3c547301b9eb4509fe.tar.gz
Revert "webkitgtk: Use gcc for now"
This reverts commit 20a8cff8ba0ce02773946cd7ba398fc08969ce1e.
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 0cd72f5..5f3d7f9 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -304,9 +304,6 @@ COMPILER_RT:remove:pn-m4:armeb = "-rtlib=compiler-rt"
304COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt" 304COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt"
305COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt" 305COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt"
306 306
307# Does not work with libc++ 15.x
308TOOLCHAIN:pn-webkitgtk = "gcc"
309
310# build/lib/libQt5Widgets.so: undefined reference to `__lshrti3' 307# build/lib/libQt5Widgets.so: undefined reference to `__lshrti3'
311# __lshrti3 is missing in libgcc 308# __lshrti3 is missing in libgcc
312COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}" 309COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}"