openwrt/toolchain/glibc
Ian Cooper b933f9cf0c toolchain: remove gcc libssp and use libc variant
Removes the standalone implementation of stack smashing protection
in gcc's libssp in favour of the native implementation available
in glibc and uclibc. Musl libc already uses its native ssp, so this
patch does not affect musl-based toolchains.

Stack smashing protection configuration options are now uniform
across all supported libc variants.

This also makes kernel-level stack smashing protection available
for x86_64 and i386 builds using non-musl libc.

Signed-off-by: Ian Cooper <iancooper@hotmail.com>
2020-06-17 23:57:07 +02:00
..
headers toolchain: skip gcc/minimal for musl 2016-07-07 15:13:40 +02:00
include toolchain: The glorious return of glibc, ver 2.21 2015-03-12 19:50:57 +00:00
patches toolchain: glibc: Update glibc to version 2.31 2020-04-18 21:06:45 +02:00
Makefile glibc: override default rpath to /lib:/usr/lib 2017-02-11 21:18:42 +01:00
common.mk toolchain: remove gcc libssp and use libc variant 2020-06-17 23:57:07 +02:00