]> code.ossystems Code Review - openembedded-core.git/commit
libssp-nonshared: Add recipe
authorKhem Raj <raj.khem@gmail.com>
Sat, 14 Apr 2018 05:35:49 +0000 (22:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 May 2018 09:39:33 +0000 (10:39 +0100)
commitddfab4d021d4daa5aefcd9cdd89d349bbd4b6869
treeae21646c5ae739784804201458ba0648116ea893
parent26a93d2bf7504bf5f3adb085ed2882ae1b1a3701
libssp-nonshared: Add recipe

libssp-nonshared is a minimal gcc runtime piece which is needed
on non-glibc systems which do implement libssp APIs in libc

Use PIE flags to compile libssp_nonshared.a so it works with
security flags on as well

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/musl/libssp-nonshared.bb [new file with mode: 0644]
meta/recipes-core/musl/libssp-nonshared/ssp-local.c [new file with mode: 0644]