diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-01-27 13:37:02 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-01-27 14:08:39 -0800 |
| commit | bbf3be3cc7ecec9603a4ae067010630ae9fe8d91 (patch) | |
| tree | cd6a9af70dc0d454d9c8414a1e9472ce16becd16 | |
| parent | d1f09ba88a5add3bd9ac7a7c84ac5159217a6d3b (diff) | |
| download | meta-clang-bbf3be3cc7ecec9603a4ae067010630ae9fe8d91.tar.gz | |
nonclangable: Add wpewebkit and icu
clang++ segfaults during link step, needs more
investigation and reported back in community
until then use gcc for these packages
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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" |
