diff mbox series

Remove remnant of removed Cygwin options from invoke.texi [PR108521]

Message ID 20240118194140.2468970-1-sandra@codesourcery.com
State New
Headers show
Series Remove remnant of removed Cygwin options from invoke.texi [PR108521] | expand

Commit Message

Sandra Loosemore Jan. 18, 2024, 7:41 p.m. UTC
From: Brian Inglis <Brian.Inglis@Shaw.ca>

The -mcygwin option for x86 Windows was removed in 2010 by commit
3edeb30d044a4852881c34229e618b34f95b0d9e, but this reference was
overlooked.

gcc/ChangeLog
	PR target/108521
	* doc/invoke.texi (Option Summary): Remove -mcygwin and -mno-cygwin
	from x86 Windows Options.
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sandra Loosemore Jan. 18, 2024, 7:45 p.m. UTC | #1
On 1/18/24 12:41, Sandra Loosemore wrote:
> From: Brian Inglis <Brian.Inglis@Shaw.ca>
> 
> The -mcygwin option for x86 Windows was removed in 2010 by commit
> 3edeb30d044a4852881c34229e618b34f95b0d9e, but this reference was
> overlooked.
> 
> gcc/ChangeLog
> 	PR target/108521
> 	* doc/invoke.texi (Option Summary): Remove -mcygwin and -mno-cygwin
> 	from x86 Windows Options.

Oops, forgot to edit the tag in the patch before mailing.  This is committed now.

-Sandra
diff mbox series

Patch

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