summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index f12466a..720b653 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -32,6 +32,8 @@ TOOLCHAIN_pn-gnu-efi = "gcc"
32TOOLCHAIN_pn-grub = "gcc" 32TOOLCHAIN_pn-grub = "gcc"
33TOOLCHAIN_pn-grub-efi = "gcc" 33TOOLCHAIN_pn-grub-efi = "gcc"
34TOOLCHAIN_pn-gummiboot = "gcc" 34TOOLCHAIN_pn-gummiboot = "gcc"
35# clang++ 6.0 crashes during link phase of a shared library
36TOOLCHAIN_pn-icu = "gcc"
35TOOLCHAIN_pn-ldconfig-native = "gcc" 37TOOLCHAIN_pn-ldconfig-native = "gcc"
36# VLAs 38# VLAs
37#| control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported 39#| control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
@@ -112,6 +114,9 @@ TOOLCHAIN_pn-pixman = "gcc"
112#| ^ 114#| ^
113TOOLCHAIN_pn-pulseaudio_aarch64 = "gcc" 115TOOLCHAIN_pn-pulseaudio_aarch64 = "gcc"
114 116
117# clang++ 6.0 crashes during link phase of a shared library
118TOOLCHAIN_pn-wpewebkit = "gcc"
119
115# x264 causes a infinite loop when compiling 1 source file 120# x264 causes a infinite loop when compiling 1 source file
116# 121#
117TOOLCHAIN_pn-x264_x86 = "gcc" 122TOOLCHAIN_pn-x264_x86 = "gcc"