]> code.ossystems Code Review - openembedded-core.git/commit
uclibc: never build with SSP
authorAndré Draszik <adraszik@tycoint.com>
Fri, 10 Jun 2016 15:12:13 +0000 (16:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:46:48 +0000 (23:46 +0100)
commit0d4857090c5dd0d940dca6ea90afc66a4007cd88
treebc8fe555a5357cd6c798c4ff62b497597d285264
parentd84af5532dca8e2d488da08a5f5dfe6d63aca773
uclibc: never build with SSP

This doesn't work, as the initial gcc that is used for compiling
uclibc doesn't have support for SSP yet (since that will only
be available once uclibc has been compiled). Since during that
same compilation step uclibc is trying to build its own utils
those are failing to compile with SSP enabled as the
initial gcc doesn't have access to the required libraries,
yet.

We never used to set UCLIBC_BUILD_SSP in the past, this was
only changed as part of the upgrade to uclibc-ng in
commit 63bdadc (uclibc: Switch to using uclibc-ng), so here
we now simply restore the previous behaviour.

Note that we still enable SSP support inside uclibc for
everybody else to use, though.

Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/uclibc/uclibc-config.inc