cygwin32 changes
authorGeoffrey Noer <noer@cygnus>
Sun, 16 Jun 1996 01:39:26 +0000 (01:39 +0000)
committerGeoffrey Noer <noer@cygnus>
Sun, 16 Jun 1996 01:39:26 +0000 (01:39 +0000)
configure.in

index a82bf0188d86bcf62c54cfb6ff349e4819aa9434..ffd1c142f78809260410e602832f2e86b0bc230d 100644 (file)
@@ -439,8 +439,8 @@ case "${target}" in
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
 
     # Can't build gdb for cygwin32 if not native.
-    case "${host}:${build}" in
-      *-*-cygwin32 | *-*-cygwin32:*-*-cygwin32) ;; # keep gdb
+    case "${host}" in
+      *-*-cygwin32) ;; # keep gdb
       *) noconfigdirs="$noconfigdirs gdb"
     esac
     ;;    
@@ -571,7 +571,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 expect dejagnu make texinfo diff"
+  noconfigdirs="$noconfigdirs expect dejagnu texinfo diff"
 fi
 
 # Make sure we don't let GNU ld be added if we didn't want it.
This page took 0.030228 seconds and 4 git commands to generate.