diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-04-14 07:26:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-09 10:47:50 +0100 |
commit | b07bbe597defe089db2ce40f8f65d15a76d2d2ed (patch) | |
tree | 25a7add6738302ec072b1af6b4cbf98453009af1 /meta/recipes-support | |
parent | de109820c3c393bb3f2b06ccf564a9b05b4872aa (diff) | |
download | poky-b07bbe597defe089db2ce40f8f65d15a76d2d2ed.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libunwind/libunwind.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index b9c532d3ad..36851d07ed 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 | |||
14 | EXTRA_OECONF_arm = "--enable-debug-frame" | 14 | EXTRA_OECONF_arm = "--enable-debug-frame" |
15 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" | 15 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" |
16 | 16 | ||
17 | SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp" | ||
18 | |||
19 | do_install_append () { | 17 | do_install_append () { |
20 | oe_multilib_header libunwind.h | 18 | oe_multilib_header libunwind.h |
21 | } | 19 | } |