[source] gcc: fix documentation entries added by 910-mbsd_multi.patch

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 14 09:44:23 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/08070221edd5eb98559cc7ae573729420ea47390

commit 08070221edd5eb98559cc7ae573729420ea47390
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed May 10 14:01:54 2017 +0200

    gcc: fix documentation entries added by 910-mbsd_multi.patch
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
    (cherry picked from commit 8851a18a88aff548ae2648e26deb7595ebb45733)
---
 toolchain/gcc/patches/5.4.0/910-mbsd_multi.patch | 12 ++++++------
 toolchain/gcc/patches/6.3.0/910-mbsd_multi.patch | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/toolchain/gcc/patches/5.4.0/910-mbsd_multi.patch b/toolchain/gcc/patches/5.4.0/910-mbsd_multi.patch
index 32fc9da..2d7272e 100644
--- a/toolchain/gcc/patches/5.4.0/910-mbsd_multi.patch
+++ b/toolchain/gcc/patches/5.4.0/910-mbsd_multi.patch
@@ -159,8 +159,8 @@
  Make all warnings into hard errors.  Source code which triggers warnings
  will be rejected.
  
-+ at item -Werror-maybe-reset
-+ at opindex Werror-maybe-reset
++ at item -Werror-maybe-reset
++ at opindex Werror-maybe-reset
 +Act like @samp{-Wno-error} if the @env{GCC_NO_WERROR} environment
 +variable is set to anything other than 0 or empty.
 +
@@ -182,13 +182,13 @@
  @option{-Wall} and by @option{-Wpedantic}, which can be disabled with
  @option{-Wno-pointer-sign}.
  
-+ at item -Werror-maybe-reset
-+ at opindex Werror-maybe-reset
++ at item -Werror-maybe-reset
++ at opindex Werror-maybe-reset
 +Act like @samp{-Wno-error} if the @env{GCC_NO_WERROR} environment
 +variable is set to anything other than 0 or empty.
 +
-+ at item -fhonour-copts
-+ at opindex fhonour-copts
++ at item -fhonour-copts
++ at opindex fhonour-copts
 +If @env{GCC_HONOUR_COPTS} is set to 1, abort if this option is not
 +given at least once, and warn if it is given more than once.
 +If @env{GCC_HONOUR_COPTS} is set to 2, abort if this option is not
diff --git a/toolchain/gcc/patches/6.3.0/910-mbsd_multi.patch b/toolchain/gcc/patches/6.3.0/910-mbsd_multi.patch
index 62203df..b747935 100644
--- a/toolchain/gcc/patches/6.3.0/910-mbsd_multi.patch
+++ b/toolchain/gcc/patches/6.3.0/910-mbsd_multi.patch
@@ -159,8 +159,8 @@
  Make all warnings into hard errors.  Source code which triggers warnings
  will be rejected.
  
-+ at item -Werror-maybe-reset
-+ at opindex Werror-maybe-reset
++ at item -Werror-maybe-reset
++ at opindex Werror-maybe-reset
 +Act like @samp{-Wno-error} if the @env{GCC_NO_WERROR} environment
 +variable is set to anything other than 0 or empty.
 +
@@ -182,13 +182,13 @@
  @option{-Wall} and by @option{-Wpedantic}, which can be disabled with
  @option{-Wno-pointer-sign}.
  
-+ at item -Werror-maybe-reset
-+ at opindex Werror-maybe-reset
++ at item -Werror-maybe-reset
++ at opindex Werror-maybe-reset
 +Act like @samp{-Wno-error} if the @env{GCC_NO_WERROR} environment
 +variable is set to anything other than 0 or empty.
 +
-+ at item -fhonour-copts
-+ at opindex fhonour-copts
++ at item -fhonour-copts
++ at opindex fhonour-copts
 +If @env{GCC_HONOUR_COPTS} is set to 1, abort if this option is not
 +given at least once, and warn if it is given more than once.
 +If @env{GCC_HONOUR_COPTS} is set to 2, abort if this option is not



More information about the lede-commits mailing list