OSDN Git Service

* tree-eh.c (lower_try_finally_switch): Really put the location of the
[pf3gnuchains/gcc-fork.git] / configure
index d970c1d..9136c24 100755 (executable)
--- a/configure
+++ b/configure
@@ -3453,9 +3453,6 @@ case "${target}" in
   tic54x-*-*)
     noconfigdirs="$noconfigdirs target-libgloss gdb"
     ;;
-  cr16-*-*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   d10v-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
@@ -3670,9 +3667,6 @@ fi
   *-mingw*)
     host_makefile_frag="config/mh-mingw"
     ;;
-  *-interix*)
-    host_makefile_frag="config/mh-interix"
-    ;;
   hppa*-hp-hpux10*)
     host_makefile_frag="config/mh-pa-hpux10"
     ;;
@@ -6475,7 +6469,7 @@ esac
 
 # Disable libitm if we're not building C++
 case ,${enable_languages}, in
-  *,c++) ;;
+  *,c++,*) ;;
   *)
     noconfigdirs="$noconfigdirs target-libitm"
     ;;