[oe-commits] [openembedded-core] 04/19: libunwind: Drop adding libssp to linker flags

git at git.openembedded.org git at git.openembedded.org
Wed May 9 09:48:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 6d025fe137e835ef2388f402d8d58728e62ed280
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Apr 14 07:26:06 2018 -0700

    libunwind: Drop adding libssp to linker flags
    
    This is no longer needed as gcc provided libssp
    is not built
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-support/libunwind/libunwind.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
index b9c532d..36851d0 100644
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ b/meta/recipes-support/libunwind/libunwind.inc
@@ -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
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list