diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-03 15:32:25 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-03 15:32:25 +0000 |
commit | b86926d93925c971f39a5298780b4656b5320f4e (patch) | |
tree | 2c224908198c37639648e3ad2d78e6c9af0f4f2d /toolchain/gcc/patches/4.4.3+cs | |
parent | 5859b9fa5cd8e7653d38179369897a03acca9d60 (diff) | |
download | upstream-b86926d93925c971f39a5298780b4656b5320f4e.tar.gz upstream-b86926d93925c971f39a5298780b4656b5320f4e.tar.bz2 upstream-b86926d93925c971f39a5298780b4656b5320f4e.zip |
[toolchain] Add lost handling of -fhonour-copts to 4.4.x+cs/910-mbsd_multi.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22474 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.4.3+cs')
-rw-r--r-- | toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch | 10 |
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 52cbf22c77..36cee9f34d 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 @@ |