summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index e1a7dc7..23aae65 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -316,9 +316,9 @@ COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}
316LDFLAGS:append:pn-qtwebengine:toolchain-clang:runtime-gnu:x86 = " -latomic" 316LDFLAGS:append:pn-qtwebengine:toolchain-clang:runtime-gnu:x86 = " -latomic"
317LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic" 317LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic"
318# warning: <elfFile> has a LOAD segment with RWX permissions 318# warning: <elfFile> has a LOAD segment with RWX permissions
319LDFLAGS:append:pn-ruby:toolchain-clang:powerpc = " -Wl,--no-warn-rwx-segment" 319LDFLAGS:append:pn-ruby:toolchain-clang:powerpc = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '', ' -Wl,--no-warn-rwx-segment', d)}"
320LDFLAGS:append:pn-cairo:toolchain-clang:powerpc = " -Wl,--no-warn-rwx-segment" 320LDFLAGS:append:pn-cairo:toolchain-clang:powerpc = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '', ' -Wl,--no-warn-rwx-segment', d)}"
321LDFLAGS:append:pn-systemd:toolchain-clang:powerpc = " -Wl,--no-warn-rwx-segment" 321LDFLAGS:append:pn-systemd:toolchain-clang:powerpc = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '', ' -Wl,--no-warn-rwx-segment', d)}"
322 322
323# glibc is built with gcc and hence encodes some libgcc specific builtins which are not found 323# glibc is built with gcc and hence encodes some libgcc specific builtins which are not found
324# when doing static linking with clang using compiler-rt, so use libgcc 324# when doing static linking with clang using compiler-rt, so use libgcc