gcc/ChangeLog
        PR other/122243
        * doc/invoke.texi (Option Summary) <VxWorks Options>: Add -mvthreads.
        (VxWorks Options): Likewise.
---
 gcc/doc/invoke.texi | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 5981525bac9..8de21d7b193 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1495,7 +1495,7 @@ See RS/6000 and PowerPC Options.
 -mpointer-size=@var{size}}
 
 @emph{VxWorks Options} (@ref{VxWorks Options})
-@gccoptlist{-mrtp  -msmp  -non-static  -Bstatic  -Bdynamic
+@gccoptlist{-mrtp  -msmp  -mvthreads  -non-static  -Bstatic  -Bdynamic
 -Xbind-lazy  -Xbind-now}
 
 @emph{x86 Options} (@ref{x86 Options})
@@ -35684,6 +35684,10 @@ than PowerPC, nor on VxWorks version 7 or later, in 
which the selection
 is part of the VxWorks build configuration and the library paths are the
 same for either choice.
 
+@opindex mvthreads
+@item -mvthreads
+Link against the VxWorks AE vThread runtime environment.
+
 @opindex non-static
 @item -non-static
 Link an RTP executable against shared libraries rather than static
-- 
2.39.5

Reply via email to