From 487c86d6b6e3754623f6bbdd1a0a877285eb4b47 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 31 Dec 1998 01:37:06 +0000 Subject: [PATCH] * configure.in: makefile stub for cygwin target is probably unnecessary. Remove it for now. * config/mt-cygwin: Remove. --- config/mt-cygwin | 2 -- configure.in | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 config/mt-cygwin 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 -- 2.7.4