* configure.ac (avr-*-*): Add comment about why libssp is disabled.
[deliverable/binutils-gdb.git] / configure.ac
index 2564ce5ad34622e2a3f903d7bdbcdb6b57778990..e6e91254c41e216b7138cc62d35bd43880e17e99 100644 (file)
@@ -483,14 +483,12 @@ fi
 # Disable libssp for some systems.
 case "${target}" in
   avr-*-*)
+    # No hosted I/O support.
     noconfigdirs="$noconfigdirs target-libssp"
     ;;
   powerpc-*-aix* | rs6000-*-aix*)
     noconfigdirs="$noconfigdirs target-libssp"
     ;;
-  microblaze*)
-    noconfigdirs="$noconfigdirs target-libssp"
-    ;;
 esac
 
 # Disable target libiberty for some systems.
This page took 0.031022 seconds and 4 git commands to generate.