aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48/files/patch-stackprotector-gcc_c-family
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc48/files/patch-stackprotector-gcc_c-family')
-rw-r--r--lang/gcc48/files/patch-stackprotector-gcc_c-family12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/gcc48/files/patch-stackprotector-gcc_c-family b/lang/gcc48/files/patch-stackprotector-gcc_c-family
deleted file mode 100644
index ca1da8a3e08c..000000000000
--- a/lang/gcc48/files/patch-stackprotector-gcc_c-family
+++ /dev/null
@@ -1,12 +0,0 @@
---- UTC
---- gcc/c-family/c-cppbuiltin.c.orig
-+++ gcc/c-family/c-cppbuiltin.c
-@@ -888,6 +888,8 @@ c_cpp_builtins (cpp_reader *pfile)
- /* Make the choice of the stack protector runtime visible to source code.
- The macro names and values here were chosen for compatibility with an
- earlier implementation, i.e. ProPolice. */
-+ if (flag_stack_protect == 3)
-+ cpp_define (pfile, "__SSP_STRONG__=3");
- if (flag_stack_protect == 2)
- cpp_define (pfile, "__SSP_ALL__=2");
- else if (flag_stack_protect == 1)