summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index c18eada..802a1ff 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -214,10 +214,6 @@ TOOLCHAIN:pn-python3-drgn:riscv32 = "gcc"
214TOOLCHAIN:pn-webkitgtk:arm = "gcc" 214TOOLCHAIN:pn-webkitgtk:arm = "gcc"
215TOOLCHAIN:pn-webkitgtk3:arm = "gcc" 215TOOLCHAIN:pn-webkitgtk3:arm = "gcc"
216 216
217# Disable clang on rv64 for now. see - https://bugs.webkit.org/show_bug.cgi?id=290243
218TOOLCHAIN:pn-webkitgtk:riscv64 = "gcc"
219TOOLCHAIN:pn-webkitgtk3:riscv64 = "gcc"
220
221# Clang can not compile vulkan-samples because fmt version is old 217# Clang can not compile vulkan-samples because fmt version is old
222# see - https://github.com/KhronosGroup/Vulkan-Samples/pull/1315 218# see - https://github.com/KhronosGroup/Vulkan-Samples/pull/1315
223TOOLCHAIN:pn-vulkan-samples = "gcc" 219TOOLCHAIN:pn-vulkan-samples = "gcc"