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/gcc
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
..
files do not use the wrapper scripts for exportable toolchains internally. on some systems the wrapper scripts are broken, and their use should be opt-in 15 years ago
final toolchain: gcc: enable sanitizers for glibc toolchain 5 years ago
initial toolchain/gcc: parallelize make install 7 years ago
minimal toolchain: skip gcc/minimal for musl 8 years ago
patches toolchain: Update GCC 9 to version 9.3.0 4 years ago
Config.in toolchain: remove gcc libssp and use libc variant 4 years ago
Config.version toolchain: Update GCC 9 to version 9.3.0 4 years ago
common.mk toolchain: remove gcc libssp and use libc variant 4 years ago
exclude-testsuite toolchain: add gcc 7.1.0 support 7 years ago