diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-22 17:06:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-24 21:44:26 +0000 |
commit | c8ac9d483f6e1cfca82dad8cf3e0745935e96214 (patch) | |
tree | c8f2c204006036478b64115cbb40e33e9fc1956c /scripts | |
parent | 04cbc4834076fef6b46af4c5c66046862de7634d (diff) | |
download | openembedded-core-c8ac9d483f6e1cfca82dad8cf3e0745935e96214.tar.gz openembedded-core-c8ac9d483f6e1cfca82dad8cf3e0745935e96214.tar.bz2 openembedded-core-c8ac9d483f6e1cfca82dad8cf3e0745935e96214.zip |
libunwind: Fix build with fstack-protector on musl
libunwind makery inserts -nostdlib during linking
which fails the build on musl when security flags are enabled
since it remove ssp from linking, so add them explicitly
to SECURITY_LDFLAGS
disable tests for musl targets, tests use obsolete
posix APIs e.g. getcontext
patchout x86_local_resume() on x86, gets a working
linunwind on x86, it seems that it wont work even
in glibc case but lets leave it as it is for glibc
and apply the patch only for musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions