OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / configure
index d970c1d..9113516 100755 (executable)
--- a/configure
+++ b/configure
@@ -3447,15 +3447,19 @@ case "${target}" in
   arm-*-riscix*)
     noconfigdirs="$noconfigdirs ld target-libgloss"
     ;;
+  avr-*-rtems*)
+    ;;
+  avr-*-*)
+    if test x${with_avrlibc} = xyes; then
+      noconfigdirs="$noconfigdirs target-newlib target-libgloss"
+    fi
+    ;;
   c4x-*-* | tic4x-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
   tic54x-*-*)
     noconfigdirs="$noconfigdirs target-libgloss gdb"
     ;;
-  cr16-*-*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   d10v-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
@@ -3670,9 +3674,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 +6476,7 @@ esac
 
 # Disable libitm if we're not building C++
 case ,${enable_languages}, in
-  *,c++) ;;
+  *,c++,*) ;;
   *)
     noconfigdirs="$noconfigdirs target-libitm"
     ;;