* configure.in: makefile stub for cygwin target is probably
unnecessary. Remove it for now. * config/mt-cygwin: Remove.
This commit is contained in:
parent
adcb1e06ef
commit
487c86d6b6
|
@ -1,2 +0,0 @@
|
|||
EXTRA_TARGET_HOST_ALL_MODULES=all-target-libtermcap
|
||||
EXTRA_TARGET_HOST_INSTALL_MODULES=install-target-libtermcap
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue