diff options
author | Brian Inglis <Brian.Inglis@Shaw.ca> | 2024-01-18 19:29:01 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2024-01-18 19:39:28 +0000 |
commit | b6c4fcda7fea2c6e14f539780f976bdc1d2591fb (patch) | |
tree | 16e60cdc1b0a8dfd5acb18d46a14712b39c6aced /gcc | |
parent | dbda6cd58308bf13bf9b367604cb459b1c627344 (diff) | |
download | gcc-b6c4fcda7fea2c6e14f539780f976bdc1d2591fb.zip gcc-b6c4fcda7fea2c6e14f539780f976bdc1d2591fb.tar.gz gcc-b6c4fcda7fea2c6e14f539780f976bdc1d2591fb.tar.bz2 |
Remove remnant of removed Cygwin options from invoke.texi [PR108521]
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4d43dda..0ef2b89 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} |