diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 1998-12-31 01:37:06 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 1998-12-31 01:37:06 +0000 |
commit | 487c86d6b6e3754623f6bbdd1a0a877285eb4b47 (patch) | |
tree | ac4c5f1cc69385d09865ae95e5dfcb08ba051ce4 | |
parent | adcb1e06ef4856c844bb54f5931e0709edcaa005 (diff) | |
download | gdb-487c86d6b6e3754623f6bbdd1a0a877285eb4b47.zip gdb-487c86d6b6e3754623f6bbdd1a0a877285eb4b47.tar.gz gdb-487c86d6b6e3754623f6bbdd1a0a877285eb4b47.tar.bz2 |
* configure.in: makefile stub for cygwin target is probably
unnecessary. Remove it for now.
* config/mt-cygwin: Remove.
-rw-r--r-- | config/mt-cygwin | 2 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/config/mt-cygwin b/config/mt-cygwin deleted file mode 100644 index 1b742e0..0000000 --- a/config/mt-cygwin +++ /dev/null @@ -1,2 +0,0 @@ -EXTRA_TARGET_HOST_ALL_MODULES=all-target-libtermcap -EXTRA_TARGET_HOST_INSTALL_MODULES=install-target-libtermcap diff --git a/configure.in b/configure.in index 4f38937..ec6c455 100644 --- a/configure.in +++ b/configure.in @@ -359,9 +359,6 @@ case "${target}" in *-*-linux-gnu) target_makefile_frag="${target_makefile_frag} config/mt-linux" ;; - *-cygwin*) - target_makefile_frag="${target_makefile_frag} config/mt-cygwin" - ;; esac # If --enable-target-optspace always use -Os instead of -O2 to build |