2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
[binutils-gdb.git] / configure
index 4280d9778dae8b2b8efcd57daa8ffd76e62be491..66ca5d3f65b6d0522b78d118b675c7598b26ae67 100755 (executable)
--- a/configure
+++ b/configure
@@ -3055,6 +3055,9 @@ no)
   # Make sure we get it printed in the list of not supported target libs.
   # Don't disable libffi, though, other languages use it.
   noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
+  # Clear libgcj_saved so that even if java is enabled libffi won't be
+  # built.
+  libgcj_saved=
   ;;
 esac
 
@@ -3462,6 +3465,9 @@ case "${target}" in
   mt-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
+  picochip-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"