summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-10 00:13:08 -0700
committerKhem Raj <raj.khem@gmail.com>2022-04-10 15:50:02 -0700
commitd748f542e27d58fcbcee9d1482d71cd9c38bf06b (patch)
treeac4bc0c330eb948fff4132c997e7e890980b9ee1 /conf/nonclangable.conf
parent401ed263f0d3297a05d8ffbe2d7dbcba76828b41 (diff)
downloadmeta-clang-d748f542e27d58fcbcee9d1482d71cd9c38bf06b.tar.gz
rdma-core: Use gcc on ppc32
clang fails to compile it e.g. unsupported bss-plt -fPIC ifunc mmio_write64_be Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 30aa9c0..069c343 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -43,6 +43,8 @@ TOOLCHAIN:pn-libssp-nonshared = "gcc"
43TOOLCHAIN:pn-m4:powerpc = "gcc" 43TOOLCHAIN:pn-m4:powerpc = "gcc"
44# clang does not have 64bit atomics on ppc 44# clang does not have 64bit atomics on ppc
45TOOLCHAIN:pn-mesa:powerpc = "gcc" 45TOOLCHAIN:pn-mesa:powerpc = "gcc"
46# clang fails with db.c:(.text+0x188): unsupported bss-plt -fPIC ifunc mmio_write64_be
47TOOLCHAIN:pn-rdma-core:powerpc = "gcc"
46# variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments 48# variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments
47TOOLCHAIN:pn-omxplayer = "gcc" 49TOOLCHAIN:pn-omxplayer = "gcc"
48# error: return address can be determined only for current frame 50# error: return address can be determined only for current frame