* configure.in: makefile stub for cygwin target is probably

unnecessary.  Remove it for now.
	* config/mt-cygwin: Remove.
This commit is contained in:
Christopher Faylor 1998-12-31 01:37:06 +00:00
parent adcb1e06ef
commit 487c86d6b6
2 changed files with 0 additions and 5 deletions

View File

@ -1,2 +0,0 @@
EXTRA_TARGET_HOST_ALL_MODULES=all-target-libtermcap
EXTRA_TARGET_HOST_INSTALL_MODULES=install-target-libtermcap

View File

@ -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