aboutsummaryrefslogtreecommitdiff
path: root/4.6.0
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-13 05:01:46 +0000
committerMike Frysinger <vapier@gentoo.org>2016-01-13 05:01:46 +0000
commit6eaea05742880b95b77aa7e0c8159be136d8827c (patch)
tree3bd71c912360c576a644193e433711980e0b587a /4.6.0
parentstop enabling -Wformat security warnings by default in older versions for com... (diff)
downloadgcc-patches-6eaea05742880b95b77aa7e0c8159be136d8827c.tar.gz
gcc-patches-6eaea05742880b95b77aa7e0c8159be136d8827c.tar.bz2
gcc-patches-6eaea05742880b95b77aa7e0c8159be136d8827c.zip
stop enabling -D_FORTIFY_SOURCE by default in older versions for compatibility and simplicity -- these are really only used for old builds now and cross-compiling
Diffstat (limited to '4.6.0')
-rw-r--r--4.6.0/gentoo/10_all_default-fortify-source.patch27
-rw-r--r--4.6.0/gentoo/README.history1
2 files changed, 0 insertions, 28 deletions
diff --git a/4.6.0/gentoo/10_all_default-fortify-source.patch b/4.6.0/gentoo/10_all_default-fortify-source.patch
deleted file mode 100644
index e650462..0000000
--- a/4.6.0/gentoo/10_all_default-fortify-source.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Enable -D_FORTIFY_SOURCE=2 by default
-
-
---- a/gcc/doc/invoke.texi
-+++ b/gcc/doc/invoke.texi
-@@ -5973,6 +5973,11 @@ also turns on the following optimization flags:
- Please note the warning under @option{-fgcse} about
- invoking @option{-O2} on programs that use computed gotos.
-
-+NOTE: In Gentoo, @option{-D_FORTIFY_SOURCE=2} is set by default, and is
-+activated when @option{-O} is set to 2 or higher. This enables additional
-+compile-time and run-time checks for several libc functions. To disable,
-+specify either @option{-U_FORTIFY_SOURCE} or @option{-D_FORTIFY_SOURCE=0}.
-+
- @item -O3
- @opindex O3
- Optimize yet more. @option{-O3} turns on all optimizations specified
---- a/gcc/gcc.c
-+++ b/gcc/gcc.c
-@@ -741,6 +741,7 @@ static const char *cpp_unique_options =
- %{H} %C %{D*&U*&A*} %{i*} %Z %i\
- %{fmudflap:-D_MUDFLAP -include mf-runtime.h}\
- %{fmudflapth:-D_MUDFLAP -D_MUDFLAPTH -include mf-runtime.h}\
-+ %{!U_FORTIFY_SOURCE:%{!D_FORTIFY_SOURCE:%{!D_FORTIFY_SOURCE=*:-D_FORTIFY_SOURCE=2}}}\
- %{E|M|MM:%W{o*}}";
-
- /* This contains cpp options which are common with cc1_options and are passed
diff --git a/4.6.0/gentoo/README.history b/4.6.0/gentoo/README.history
index 7a87149..aad1bb5 100644
--- a/4.6.0/gentoo/README.history
+++ b/4.6.0/gentoo/README.history
@@ -1,7 +1,6 @@
1.4 [pending]
- 03_all_java-nomulti.patch
- 10_all_default-fortify-source.patch
- - 11_all_gcc-default-format-security.patch
- 12_all_default-warn-trampolines.patch
+ 39_all_cond-store-pr452445.patch
+ 40_all_superh-mieee-default-fix-pr33135.patch