diff options
-rw-r--r-- | conf/nonclangable.conf | 6 |
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} | |||
316 | LDFLAGS:append:pn-qtwebengine:toolchain-clang:runtime-gnu:x86 = " -latomic" | 316 | LDFLAGS:append:pn-qtwebengine:toolchain-clang:runtime-gnu:x86 = " -latomic" |
317 | LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic" | 317 | LDFLAGS: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 |
319 | LDFLAGS:append:pn-ruby:toolchain-clang:powerpc = " -Wl,--no-warn-rwx-segment" | 319 | LDFLAGS:append:pn-ruby:toolchain-clang:powerpc = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '', ' -Wl,--no-warn-rwx-segment', d)}" |
320 | LDFLAGS:append:pn-cairo:toolchain-clang:powerpc = " -Wl,--no-warn-rwx-segment" | 320 | LDFLAGS:append:pn-cairo:toolchain-clang:powerpc = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '', ' -Wl,--no-warn-rwx-segment', d)}" |
321 | LDFLAGS:append:pn-systemd:toolchain-clang:powerpc = " -Wl,--no-warn-rwx-segment" | 321 | LDFLAGS: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 |