Tue Mar 18 15:50:13 1997 H.J. Lu <hjl@lucon.org>
[deliverable/binutils-gdb.git] / configure.in
index f6af19e83a51523420ee322a97badae1085ef0b9..31b9f7679c3c9ceeb5a54a6c754c4bce291471bd 100644 (file)
@@ -376,7 +376,7 @@ case "${host}" in
     noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn"
        ;;
   *-*-cygwin32)
-     noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn"
+     noconfigdirs="expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn"
     ;;
   *-*-windows*)
 # This is only used to build WinGDB...
@@ -428,7 +428,7 @@ case "${target}" in
     ;;
 # start-sanitize-d30v
   d30v-*-*)
-    noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn"
+    noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn target-libiberty target-newlib target-examples"
     ;;
 # end-sanitize-d30v
   h8300*-*-* | \
@@ -455,7 +455,7 @@ case "${target}" in
     ;;
   *-*-cygwin32)
     target_configdirs="$target_configdirs target-winsup"
-    noconfigdirs="$noconfigdirs tcl tk expect target-libgloss itcl db sn"
+    noconfigdirs="$noconfigdirs expect target-libgloss itcl db sn"
     # always build newlib.
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
 
@@ -568,7 +568,7 @@ case "${target}" in
     ;;
 # start-sanitize-tic80
   tic80-*-*)
-    noconfigdirs="$noconfigdirs gdb ld target-libio target-libg++ target-libstdc++ target-libgloss"
+    noconfigdirs="$noconfigdirs gdb target-libio target-libg++ target-libstdc++ target-libgloss"
     ;;
 # end-sanitize-tic80
   v810-*-*)
@@ -613,7 +613,7 @@ esac
 # If we are building a Canadian Cross, discard tools that can not be built
 # using a cross compiler.  FIXME: These tools should be fixed.
 if [ "${build}" != "${host}" ]; then
-  noconfigdirs="$noconfigdirs tcl tk expect dejagnu itcl db sn"
+  noconfigdirs="$noconfigdirs expect dejagnu itcl db sn"
 fi
 
 # Make sure we don't let GNU ld be added if we didn't want it.
This page took 0.023535 seconds and 4 git commands to generate.