aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>1998-12-31 01:37:06 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>1998-12-31 01:37:06 +0000
commit487c86d6b6e3754623f6bbdd1a0a877285eb4b47 (patch)
treeac4c5f1cc69385d09865ae95e5dfcb08ba051ce4 /configure.in
parentadcb1e06ef4856c844bb54f5931e0709edcaa005 (diff)
downloadgdb-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.in3
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