diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-08 13:12:03 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-12 10:51:30 -0700 |
commit | 20a8cff8ba0ce02773946cd7ba398fc08969ce1e (patch) | |
tree | a2eda7781dc775ef6f5ded76f80c0cdf5462b52d | |
parent | 99490a0ee2294b474083d17cf3aa901f4d746573 (diff) | |
download | meta-clang-20a8cff8ba0ce02773946cd7ba398fc08969ce1e.tar.gz |
webkitgtk: Use gcc for now
Clang 15 is causing build issues as of now see
https://bugs.webkit.org/show_bug.cgi?id=244758
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 3 |
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" | |||
333 | COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt" | 333 | COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt" |
334 | COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt" | 334 | COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt" |
335 | 335 | ||
336 | # Does not work with libc++ 15.x | ||
337 | TOOLCHAIN: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 |
338 | COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}" | 341 | COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}" |