]> code.ossystems Code Review - openembedded-core.git/commitdiff
libunwind: Drop adding libssp to linker flags
authorKhem Raj <raj.khem@gmail.com>
Sat, 14 Apr 2018 14:26:06 +0000 (07:26 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 May 2018 09:39:34 +0000 (10:39 +0100)
This is no longer needed as gcc provided libssp
is not built

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-support/libunwind/libunwind.inc

index b9c532d3ad247a22f95f4b2a86ca0ebb7b9c4115..36851d07ed62e3dd478ffee66499350c39e17dad 100644 (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
 }