mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libunwind: Drop adding libssp to linker flags
This is no longer needed as gcc provided libssp is not built (From OE-Core rev: 6d025fe137e835ef2388f402d8d58728e62ed280) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,8 +14,6 @@ PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, lat
|
|||||||
EXTRA_OECONF_arm = "--enable-debug-frame"
|
EXTRA_OECONF_arm = "--enable-debug-frame"
|
||||||
EXTRA_OECONF_aarch64 = "--enable-debug-frame"
|
EXTRA_OECONF_aarch64 = "--enable-debug-frame"
|
||||||
|
|
||||||
SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp"
|
|
||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
oe_multilib_header libunwind.h
|
oe_multilib_header libunwind.h
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user