* configure.in: libtermcap.a should be built when cygwin is the
[deliverable/binutils-gdb.git] / configure.in
index 3cbc5a3c3f8fbd55373c5fbf0a80dddb565531b6..4f38937e947b0e39d7e8119021897d116d4b117f 100644 (file)
@@ -359,6 +359,9 @@ 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
@@ -713,8 +716,8 @@ case "${target}" in
     esac
     ;;    
   *-*-cygwin*)
-    target_configdirs="$target_configdirs target-winsup"
-    noconfigdirs="$noconfigdirs target-gperf target-libgloss"
+    target_configdirs="$target_configdirs target-libtermcap target-winsup"
+    noconfigdirs="$noconfigdirs target-libgloss"
     # always build newlib.
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
 
This page took 0.023883 seconds and 4 git commands to generate.