diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2010-10-07 14:44:47 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2010-10-07 14:44:47 +0000 |
commit | 3edeb30d044a4852881c34229e618b34f95b0d9e (patch) | |
tree | 61f6677182acb448816542f358ee079174022c75 /gcc/doc | |
parent | a4c37c1616cacf3e879e53eaefb675746173ebd7 (diff) | |
download | gcc-3edeb30d044a4852881c34229e618b34f95b0d9e.zip gcc-3edeb30d044a4852881c34229e618b34f95b0d9e.tar.gz gcc-3edeb30d044a4852881c34229e618b34f95b0d9e.tar.bz2 |
config.gcc (c_target_objs): Don't add cygwin2.o.
* config.gcc (c_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add
cygwin2.o.
(cxx_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Likewise.
(extra_gcc_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add cygwin1.o.
* config/i386/t-cygwin (cygwin1.o): Delete build rule.
(cygwin2.o): Likewise.
* config/i386/cygwin1.c: Delete file.
* config/i386/cygwin2.c: Likewise.
* config/i386/cygwin.h (CPP_SPEC): Remove all %{mno-cygwin} specs and
make all {%!mno-cygwin} ones unconditional.
(STARTFILE_SPEC): Likewise.
(REAL_LIBGCC_SPEC): Likewise.
(LIB_SPEC): Likewise.
(CXX_WRAP_SPEC): Likewise.
(LINK_SPEC): Likewise.
(CYGWIN_MINGW_SUBDIR): Delete now-unused macro definition.
(CYGWIN_MINGW_SUBDIR_LEN): Likewise.
(cygwin_gplusplus_include_dir): Delete now-unused array.
(GPLUSPLUS_INCLUDE_DIR): Don't redefine to point to it.
(cygwin_gplusplus_tool_include_dir): Delete now-unused array.
(GPLUSPLUS_TOOL_INCLUDE_DIR): Don't redefine to point to it.
(cygwin_gplusplus_backward_include_dir): Delete now-unused array.
(GPLUSPLUS_BACKWARD_INCLUDE_DIR): Don't redefine to point to it.
(cygwin_local_include_dir): Delete now-unused array.
(LOCAL_INCLUDE_DIR): Don't redefine to point to it.
(cygwin_cross_include_dir): Delete now-unused array.
(CROSS_INCLUDE_DIR): Don't redefine to point to it.
(cygwin_tool_include_dir): Delete now-unused array.
(TOOL_INCLUDE_DIR): Don't redefine to point to it.
(cygwin_standard_include_dir): Delete now-unused array.
(STANDARD_INCLUDE_DIR): Don't redefine to point to it.
(GEN_CVT_ARRAY): Delete now-unused macro definition.
(cvt_to_mingw): Delete now-unused array.
(mingw_scan): Remove prototype of deleted function.
(GCC_DRIVER_HOST_INITIALIZATION): Don't define now-unused target macro.
* config/i386/cygming.opt (mcygwin): Delete target-specific option.
* doc/invoke.texi (-mcygwin): Don't document removed option.
(-mno-cygwin): Likewise.
From-SVN: r165119
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1286643..776fdd0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -17396,22 +17396,6 @@ instructing the linker to set the PE header subsystem type required for console applications. This is the default behavior for Cygwin and MinGW targets. -@item -mcygwin -@opindex mcygwin -This option is available for Cygwin targets. It specifies that -the Cygwin internal interface is to be used for predefined -preprocessor macros, C runtime libraries and related linker -paths and options. For Cygwin targets this is the default behavior. -This option is deprecated and will be removed in a future release. - -@item -mno-cygwin -@opindex mno-cygwin -This option is available for Cygwin targets. It specifies that -the MinGW internal interface is to be used instead of Cygwin's, by -setting MinGW-related predefined macros and linker paths and default -library options. -This option is deprecated and will be removed in a future release. - @item -mdll @opindex mdll This option is available for Cygwin and MinGW targets. It |