musl-cross-make/patches/gcc-8.4.0/0001-ssp_nonshared.diff
Jakub Vaněk 794fbbe1d1
add gcc 8.4 hash and patches
- all patches from gcc 8.3.0 except for 0017-pr93402.diff, which is now already present
  - see https://web.archive.org/web/20200309214347/https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93402
2020-03-12 20:41:11 +01:00

15 lines
597 B
Diff

diff --git a/gcc/gcc.c b/gcc/gcc.c
index a716f708259..eb1610ba8b0 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -870,7 +870,8 @@ proper position among the other output files. */
#ifndef LINK_SSP_SPEC
#ifdef TARGET_LIBC_PROVIDES_SSP
#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \
- "|fstack-protector-strong|fstack-protector-explicit:}"
+ "|fstack-protector-strong|fstack-protector-explicit" \
+ ":-lssp_nonshared}"
#else
#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \
"|fstack-protector-strong|fstack-protector-explicit" \