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 /configure.in | |
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |