summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-15 11:00:14 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-15 17:02:48 -0800
commit8387efa3a89123b9f2bea43e8d4e0254535876c2 (patch)
tree58fc263597f56786d2454fc8c9b2edd084bf4fdd /conf
parentac1912b4e09ea1e9c60e4e61b3a7978a5759babc (diff)
downloadmeta-clang-8387efa3a89123b9f2bea43e8d4e0254535876c2.tar.gz
mesa: Clang can compile it on mips
gobject-intospection and avahi do not yet prelink with clang/mips64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 8a81f70..9069bca 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -25,6 +25,11 @@ TOOLCHAIN_pn-grub-efi = "gcc"
25# clang-9: error: unable to execute command: Segmentation fault (core dumped) 25# clang-9: error: unable to execute command: Segmentation fault (core dumped)
26TOOLCHAIN_pn-hdf5_libc-musl_x86-64 = "gcc" 26TOOLCHAIN_pn-hdf5_libc-musl_x86-64 = "gcc"
27 27
28#| prelink-rtld: error while loading shared libraries: ld.so.1
29#| /lib64/ld.so.1: No such file or directory
30TOOLCHAIN_pn-gobject-intospection_mips64 = "gcc"
31TOOLCHAIN_pn-avahi_mips64 = "gcc"
32
28# VLAs 33# VLAs
29#| control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported 34#| control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
30#| __u32 buffer[cam->max_response_quads]; 35#| __u32 buffer[cam->max_response_quads];
@@ -45,8 +50,8 @@ TOOLCHAIN_pn-libssp-nonshared = "gcc"
45TOOLCHAIN_pn-libstd-rs = "gcc" 50TOOLCHAIN_pn-libstd-rs = "gcc"
46TOOLCHAIN_pn-m4_powerpc = "gcc" 51TOOLCHAIN_pn-m4_powerpc = "gcc"
47# clang does not have 64bit atomics on mips32 52# clang does not have 64bit atomics on mips32
48TOOLCHAIN_pn-mesa_mips = "gcc" 53#TOOLCHAIN_pn-mesa_mips = "gcc"
49TOOLCHAIN_pn-mesa_mipsel = "gcc" 54#TOOLCHAIN_pn-mesa_mipsel = "gcc"
50TOOLCHAIN_pn-mesa_riscv64 = "gcc" 55TOOLCHAIN_pn-mesa_riscv64 = "gcc"
51TOOLCHAIN_pn-mesa_powerpc = "gcc" 56TOOLCHAIN_pn-mesa_powerpc = "gcc"
52# multiple definition of 'mongo::error_details::isNamedCode<0>' 57# multiple definition of 'mongo::error_details::isNamedCode<0>'