From f1379f3d6cc12dd0a672d03db892d6743f87c212 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 3 Aug 2010 15:32:25 +0000 Subject: [PATCH 1/1] [toolchain] Add lost handling of -fhonour-copts to 4.4.x+cs/910-mbsd_multi.patch SVN-Revision: 22474 --- toolchain/gcc/patches/4.4.1+cs/910-mbsd_multi.patch | 10 ++++++++++ toolchain/gcc/patches/4.4.3+cs/910-mbsd_multi.patch | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/toolchain/gcc/patches/4.4.1+cs/910-mbsd_multi.patch b/toolchain/gcc/patches/4.4.1+cs/910-mbsd_multi.patch index 52cbf22c77..8d2816ef2c 100644 --- a/toolchain/gcc/patches/4.4.1+cs/910-mbsd_multi.patch +++ b/toolchain/gcc/patches/4.4.1+cs/910-mbsd_multi.patch @@ -130,6 +130,16 @@ flag_predictive_commoning = opt3; flag_inline_functions = opt3; flag_unswitch_loops = opt3; +@@ -1605,6 +1605,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 @@ 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 @@ -- 2.30.2