diff options
Diffstat (limited to 'debian/patches/gcc-default-fortify-source.diff')
-rw-r--r-- | debian/patches/gcc-default-fortify-source.diff | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/patches/gcc-default-fortify-source.diff b/debian/patches/gcc-default-fortify-source.diff index 87489bd..1628a49 100644 --- a/debian/patches/gcc-default-fortify-source.diff +++ b/debian/patches/gcc-default-fortify-source.diff @@ -6,9 +6,11 @@ gcc/c-family/c-cppbuiltin.c | 3 + 2 files changed, 9 insertions(+), 0 deletions(-) +Index: b/src/gcc/doc/invoke.texi +=================================================================== --- a/src/gcc/doc/invoke.texi +++ b/src/gcc/doc/invoke.texi -@@ -5972,6 +5972,12 @@ +@@ -6543,6 +6543,12 @@ Please note the warning under @option{-fgcse} about invoking @option{-O2} on programs that use computed gotos. @@ -21,9 +23,11 @@ @item -O3 @opindex O3 Optimize yet more. @option{-O3} turns on all optimizations specified +Index: b/src/gcc/c-family/c-cppbuiltin.c +=================================================================== --- a/src/gcc/c-family/c-cppbuiltin.c +++ b/src/gcc/c-family/c-cppbuiltin.c -@@ -731,6 +731,10 @@ +@@ -854,6 +854,10 @@ builtin_define_with_value ("__REGISTER_PREFIX__", REGISTER_PREFIX, 0); builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0); |