diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-22 16:15:16 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-23 22:53:33 +0200 |
commit | a14544d1bb6f6840dd64c600c58d938b193c09e3 (patch) | |
tree | 7cafa4ef4f5e106faf83b3c7dcea86c4cf5ecabb /toolchain/gcc/patches-8.x/230-musl_libssp.patch | |
parent | 58b65525f3165792a998fdb24fda11aa4097a7be (diff) | |
download | upstream-a14544d1bb6f6840dd64c600c58d938b193c09e3.tar.gz upstream-a14544d1bb6f6840dd64c600c58d938b193c09e3.tar.bz2 upstream-a14544d1bb6f6840dd64c600c58d938b193c09e3.zip |
toolchain: gcc: Remove gcc 8.x support
This compiler is old and not used by OpenWrt for some time now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/gcc/patches-8.x/230-musl_libssp.patch')
-rw-r--r-- | toolchain/gcc/patches-8.x/230-musl_libssp.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gcc/patches-8.x/230-musl_libssp.patch b/toolchain/gcc/patches-8.x/230-musl_libssp.patch deleted file mode 100644 index b3ab79cafb..0000000000 --- a/toolchain/gcc/patches-8.x/230-musl_libssp.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/gcc/gcc.c -+++ b/gcc/gcc.c -@@ -868,7 +868,9 @@ proper position among the other output f - #endif - - #ifndef LINK_SSP_SPEC --#ifdef TARGET_LIBC_PROVIDES_SSP -+#if DEFAULT_LIBC == LIBC_MUSL -+#define LINK_SSP_SPEC "-lssp_nonshared" -+#elif defined(TARGET_LIBC_PROVIDES_SSP) - #define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \ - "|fstack-protector-strong|fstack-protector-explicit:}" - #else |