summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.8-linaro/030-always-link-ssp-noshared.patch
blob: 1208e730293ba61e9e0c59c29b76bb2bb2c0da4b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gcc-4.7.4.org/gcc/gcc.c
+++ gcc-4.7.4/gcc/gcc.c
@@ -603,7 +603,7 @@
 
 #ifndef LINK_SSP_SPEC
 #ifdef TARGET_LIBC_PROVIDES_SSP
-#define LINK_SSP_SPEC "%{fstack-protector:}"
+#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all:-lssp_nonshared}"
 #else
 #define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all:-lssp_nonshared -lssp}"
 #endif