@emph{Cygwin and MinGW Options} (@ref{Cygwin and MinGW Options})
@gccoptlist{-mconsole -mcrtdll=@var{library} -mdll
--mnop-fun-dllimport -mthread
--municode -mwin32 -mwindows -fno-set-stack-executable}
+-mnop-fun-dllimport -mthreads
+-municode -mwin32 -mwindows -fno-set-stack-executable
+-fwritable-relocated-rdata -mpe-aligned-commons}
@emph{Darwin Options} (@ref{Darwin Options})
@gccoptlist{-all_load -allowable_client -arch -arch_errors_fatal
startup object and entry point.
@opindex mnop-fun-dllimport
+@opindex mno-nop-fun-dllimport
@item -mnop-fun-dllimport
This option is available for Cygwin and MinGW targets. It
specifies that the @code{dllimport} attribute should be ignored.
that MinGW-specific thread support is to be used.
@opindex municode
+@opindex mno-unicode
@item -municode
This option is available for MinGW-w64 targets. It causes
the @code{UNICODE} preprocessor macro to be predefined, and
chooses Unicode-capable runtime startup code.
@opindex mwin32
+@opindex mno-win32
@item -mwin32
This option is available for Cygwin and MinGW targets. It
specifies that the typical Microsoft Windows predefined macros are to
of runtime library/startup code.
@opindex mwindows
+@opindex mno-windows
@item -mwindows
This option is available for Cygwin and MinGW targets. It
specifies that a GUI application is to be generated by