]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Use libssp_nonshared linker specs only for ppc/musl
authorFlorin Sarbu <samentu1@gmail.com>
Mon, 13 Nov 2017 19:00:11 +0000 (21:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Dec 2017 22:01:52 +0000 (22:01 +0000)
commitac2aad028daca6ea3aa0c0ccea8d528e896f8349
treeaf878203ccd1b32a9942fe62aea5cef681523dbf
parent31949633788f9c2283bcdf1c5374313c8be84923
gcc: Use libssp_nonshared linker specs only for ppc/musl

Link libssp_nonshared.a only for ppc/musl because glibc already
provides the content for libssp_nonshared in libc_nonshared.a and
therefore we dont need to make it universal.

(From OE-Core rev: c08247e3c7c004a40281d4010186a9ace86e0e47)

Signed-off-by: Florin Sarbu <florin@resin.io>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-devtools/gcc/gcc-6.3.inc
meta/recipes-devtools/gcc/gcc-6.3/0041-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-6.3/0041-ssp_nonshared.patch [deleted file]