summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 87a7d9e..bab6a69 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -267,6 +267,9 @@ COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}
267 267
268LDFLAGS:append:pn-qtwebengine:toolchain-clang:runtime-gnu:x86 = " -latomic" 268LDFLAGS:append:pn-qtwebengine:toolchain-clang:runtime-gnu:x86 = " -latomic"
269LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic" 269LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic"
270# warning: <elfFile> has a LOAD segment with RWX permissions
271LDFLAGS:append:pn-ruby:toolchain-clang:powerpc = " -Wl,--no-warn-rwx-segment"
272LDFLAGS:append:pn-cairo:toolchain-clang:powerpc = " -Wl,--no-warn-rwx-segment"
270 273
271# glibc is built with gcc and hence encodes some libgcc specific builtins which are not found 274# glibc is built with gcc and hence encodes some libgcc specific builtins which are not found
272# when doing static linking with clang using compiler-rt, so use libgcc 275# when doing static linking with clang using compiler-rt, so use libgcc