summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-01-27 13:37:02 -0800
committerKhem Raj <raj.khem@gmail.com>2018-01-27 14:08:39 -0800
commitbbf3be3cc7ecec9603a4ae067010630ae9fe8d91 (patch)
treecd6a9af70dc0d454d9c8414a1e9472ce16becd16
parentd1f09ba88a5add3bd9ac7a7c84ac5159217a6d3b (diff)
downloadmeta-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.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"