From bbf3be3cc7ecec9603a4ae067010630ae9fe8d91 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 27 Jan 2018 13:37:02 -0800 Subject: 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 --- conf/nonclangable.conf | 5 +++++ 1 file changed, 5 insertions(+) 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" TOOLCHAIN_pn-grub = "gcc" TOOLCHAIN_pn-grub-efi = "gcc" TOOLCHAIN_pn-gummiboot = "gcc" +# clang++ 6.0 crashes during link phase of a shared library +TOOLCHAIN_pn-icu = "gcc" TOOLCHAIN_pn-ldconfig-native = "gcc" # VLAs #| 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" #| ^ TOOLCHAIN_pn-pulseaudio_aarch64 = "gcc" +# clang++ 6.0 crashes during link phase of a shared library +TOOLCHAIN_pn-wpewebkit = "gcc" + # x264 causes a infinite loop when compiling 1 source file # TOOLCHAIN_pn-x264_x86 = "gcc" -- cgit v1.2.3-54-g00ecf