* as.c (emulation_name): Remove unused static variable.
[deliverable/binutils-gdb.git] / configure.in
index a82bf0188d86bcf62c54cfb6ff349e4819aa9434..4ec6e10972737461b24acc131c1ebc14b028725f 100644 (file)
@@ -395,6 +395,9 @@ case "${target}" in
     # gas doesn't generate exception information.
     noconfigdirs="$noconfigdirs gas ld emacs fileutils grep target-newlib target-libgloss"
     ;;
+  alpha*-*-*vms*)
+    noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
+    ;;
   alpha*-*-*)
     # newlib is not 64 bit ready
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
@@ -439,8 +442,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 +574,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.025914 seconds and 4 git commands to generate.