* configure.ac: Disable java and boehm-gc for bfin-*-*.
[deliverable/binutils-gdb.git] / configure
index aa1662c88713dbb4e4c46232279c599af775e036..6119983307a43a18f4cf5be71be8b7cfbebb9941 100755 (executable)
--- a/configure
+++ b/configure
@@ -3120,7 +3120,8 @@ case "${target}" in
     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
     ;;
   bfin-*-*)
-    noconfigdirs="$noconfigdirs gdb"
+    unsupported_languages="$unsupported_languages java"
+    noconfigdirs="$noconfigdirs target-boehm-gc gdb"
     if test x${is_cross_compiler} != xno ; then
       target_configdirs="${target_configdirs} target-bsp target-cygmon"
     fi
This page took 0.029193 seconds and 4 git commands to generate.