diff options
| -rw-r--r-- | conf/nonclangable.conf | 5 |
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" | |||
| 32 | TOOLCHAIN_pn-grub = "gcc" | 32 | TOOLCHAIN_pn-grub = "gcc" |
| 33 | TOOLCHAIN_pn-grub-efi = "gcc" | 33 | TOOLCHAIN_pn-grub-efi = "gcc" |
| 34 | TOOLCHAIN_pn-gummiboot = "gcc" | 34 | TOOLCHAIN_pn-gummiboot = "gcc" |
| 35 | # clang++ 6.0 crashes during link phase of a shared library | ||
| 36 | TOOLCHAIN_pn-icu = "gcc" | ||
| 35 | TOOLCHAIN_pn-ldconfig-native = "gcc" | 37 | TOOLCHAIN_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 | #| ^ |
| 113 | TOOLCHAIN_pn-pulseaudio_aarch64 = "gcc" | 115 | TOOLCHAIN_pn-pulseaudio_aarch64 = "gcc" |
| 114 | 116 | ||
| 117 | # clang++ 6.0 crashes during link phase of a shared library | ||
| 118 | TOOLCHAIN_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 | # |
| 117 | TOOLCHAIN_pn-x264_x86 = "gcc" | 122 | TOOLCHAIN_pn-x264_x86 = "gcc" |
