diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:15:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:15:19 +0000 |
commit | 64bbcf8b752771c4cfd64dfa9cfd5d59bbd977b4 (patch) | |
tree | dd835cb195359d059a3ab106da0ccac9bfc0c71f /lang/gcc/files/patch-stackprotector-gcc_c-family | |
parent | - Switch to options helpers (diff) |
Long awaited, finally update the default version of GCC in the Ports
Collection as well as the lang/gcc port from GCC 4.8.5 to GCC 4.9.4!
See http://gcc.gnu.org/gcc-4.9/changes.html for an extensive list of
changes and http://gcc.gnu.org/gcc-4.9/porting_to.html for information
on how to port to that new version (if necessary).
files/java-patch-hier required adjustments, gcc/files/patch-arm-libcpp
is not needed any longer (merged upstream), and we're also loosing the
local Stack Protector patches/backports.
PR: 196712
Tested by: antoine (-exp runs)
Supported by: antoine, kwm, and others
Diffstat (limited to 'lang/gcc/files/patch-stackprotector-gcc_c-family')
-rw-r--r-- | lang/gcc/files/patch-stackprotector-gcc_c-family | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gcc/files/patch-stackprotector-gcc_c-family b/lang/gcc/files/patch-stackprotector-gcc_c-family deleted file mode 100644 index 2dabcb8abcb4..000000000000 --- a/lang/gcc/files/patch-stackprotector-gcc_c-family +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |