diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-03-05 23:01:18 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-06 19:18:22 -0800 |
| commit | eebe4ff2e539f3ffb01c5060cc4ca8b226ea8b52 (patch) | |
| tree | c1d56d55742fca0a865ef1994dd5719cccea13e4 /conf | |
| parent | 6f9caa632ca7086e2458b0dbc030221478bd8726 (diff) | |
| download | meta-clang-eebe4ff2e539f3ffb01c5060cc4ca8b226ea8b52.tar.gz | |
lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
one of the test case test_connectx segfaults as the .so
built with -fstack-protector-strong seems to not work
properly when compiled with clang18
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 75b106c..8cf9507 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
| @@ -489,6 +489,9 @@ CFLAGS:append:pn-pixman:arm:toolchain-clang = " -no-integrated-as" | |||
| 489 | # vsetvli zero, zero, e16, m1 | 489 | # vsetvli zero, zero, e16, m1 |
| 490 | CFLAGS:append:pn-dav1d:riscv64:toolchain-clang = " -no-integrated-as" | 490 | CFLAGS:append:pn-dav1d:riscv64:toolchain-clang = " -no-integrated-as" |
| 491 | 491 | ||
| 492 | # test_connectx segfaults with this option set to -fstack-protector-strong | ||
| 493 | SECURITY_STACK_PROTECTOR:pn-lksctp-tools:toolchain-clang = "" | ||
| 494 | |||
| 492 | # ERROR: babeltrace2-2.0.5-r0 do_package_qa: QA Issue: babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so has relocations in .text | 495 | # ERROR: babeltrace2-2.0.5-r0 do_package_qa: QA Issue: babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so has relocations in .text |
| 493 | INSANE_SKIP:append:pn-babeltrace2:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' textrel', '', d)}" | 496 | INSANE_SKIP:append:pn-babeltrace2:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' textrel', '', d)}" |
| 494 | 497 | ||
