doc/invoke.texi: remove Cygwin options from Windows options

Message ID 20230123183706.14801-1-Brian.Inglis@Shaw.ca
State New
Headers
Series doc/invoke.texi: remove Cygwin options from Windows options |

Commit Message

Brian Inglis Jan. 23, 2023, 6:37 p.m. UTC
  remove remnant of Cygwin options from x86 Windows options summary
in doc/invoke.texi

Cygwin objects, functions, and options details were removed in 2010-10-07 commit:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=3edeb30d044a4852881c34229e618b34f95b0d9e#patch8
leaving only this remnant


---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 06d77983e30f..38a7a3b1f830 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1454,7 +1454,7 @@  See RS/6000 and PowerPC Options.
 -munroll-only-small-loops -mlam=@var{choice}}
 
 @emph{x86 Windows Options}
-@gccoptlist{-mconsole  -mcygwin  -mno-cygwin  -mdll @gol
+@gccoptlist{-mconsole  -mdll @gol
 -mnop-fun-dllimport  -mthread @gol
 -municode  -mwin32  -mwindows  -fno-set-stack-executable}