diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-07-28 12:33:09 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-08 19:50:46 +0200 |
commit | 0af0ec1b7df8740c7a4b9264f032cfd6dd87d144 (patch) | |
tree | 934981eede5170a07938722d67175cd014e945c4 /toolchain/gcc/patches/11.1.0/230-musl_libssp.patch | |
parent | 6c659fb80c6bb101d51b66e9631e8ec8116ecc9c (diff) | |
download | upstream-0af0ec1b7df8740c7a4b9264f032cfd6dd87d144.tar.gz upstream-0af0ec1b7df8740c7a4b9264f032cfd6dd87d144.tar.bz2 upstream-0af0ec1b7df8740c7a4b9264f032cfd6dd87d144.zip |
toolchain/gcc: bump gcc 11 to 11.2
Patches automatically refreshed.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'toolchain/gcc/patches/11.1.0/230-musl_libssp.patch')
-rw-r--r-- | toolchain/gcc/patches/11.1.0/230-musl_libssp.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gcc/patches/11.1.0/230-musl_libssp.patch b/toolchain/gcc/patches/11.1.0/230-musl_libssp.patch deleted file mode 100644 index 66b88bc9e9..0000000000 --- a/toolchain/gcc/patches/11.1.0/230-musl_libssp.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/gcc/gcc.c -+++ b/gcc/gcc.c -@@ -978,7 +978,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 |