summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch')
-rw-r--r--toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch b/toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch
index 52cbf22c7..36cee9f34 100644
--- a/toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch
+++ b/toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch
@@ -130,6 +130,16 @@
flag_predictive_commoning = opt3;
flag_inline_functions = opt3;
flag_unswitch_loops = opt3;
+@@ -1607,6 +1607,9 @@
+ enable_warning_as_error (arg, value, lang_mask);
+ break;
+
++ case OPT_fhonour_copts:
++ break;
++
+ case OPT_Wextra:
+ set_Wextra (value);
+ break;
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -5699,7 +5715,7 @@