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:
Khem Raj
2018-04-14 07:26:06 -07:00
committed by Richard Purdie
parent de109820c3
commit b07bbe597d

View File

@@ -14,8 +14,6 @@ PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, lat
EXTRA_OECONF_arm = "--enable-debug-frame"
EXTRA_OECONF_aarch64 = "--enable-debug-frame"
SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp"
do_install_append () {
oe_multilib_header libunwind.h
}