toolchain/buildroot: properly handle SSP
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 4 Jul 2013 18:30:26 +0000 (15:30 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Jul 2013 11:16:50 +0000 (13:16 +0200)
commit808cc0a5e17af2c9cd2210cdcbf0d98e79b6e157
treeab191e11c37b512748c17f74996fde44247a5156
parenta8b0a3f87022c1723238f307ad9dddbeaf834d08
toolchain/buildroot: properly handle SSP

The current SSP handling is incomplete.

First we need to build uClibc with SSP support for a complete
"experience".

Second, it doesn't hurt to add -fstack-protector-all to the
CFLAGS/CXXFLAGS since most users would expect buildroot to do this
rather than adding the flags themselves.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in
package/uclibc/uclibc.mk
toolchain/toolchain-buildroot/Config.in.2