OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / configure
index 9136c24..9113516 100755 (executable)
--- a/configure
+++ b/configure
@@ -3447,6 +3447,13 @@ 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"
     ;;