You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain
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>
4 years ago
..
binutils toolchain/binutils: Add binutils 2.34 4 years ago
fortify-headers toolchain/fortify-headers: Update to 1.1 5 years ago
gcc toolchain: remove gcc libssp and use libc variant 4 years ago
gdb toolchain/gdb: bump to 8.3.1 5 years ago
glibc toolchain: remove gcc libssp and use libc variant 4 years ago
kernel-headers toolchain/kernel-headers: don't use TARGET_CFLAGS 5 years ago
musl musl: use official release tar 4 years ago
nasm toolchain/nasm: update to version 2.14 5 years ago
uClibc update uClibc-ng from 1.0.30 to 1.0.31 5 years ago
wrapper buildroot: allow specifying libc personality for external toolchains 11 years ago
Config.in toolchain: remove gcc libssp and use libc variant 4 years ago
Makefile Revert faulty tree push 5 years ago
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 15 years ago