* configure.ac: Disable java and boehm-gc for bfin-*-*.
authorjiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Sep 2009 15:10:09 +0000 (15:10 +0000)
committerjiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Sep 2009 15:10:09 +0000 (15:10 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151724 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index c6e4293..7aaa1f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-15  Jie Zhang  <jie.zhang@analog.com>
+
+       * configure.ac: Disable java and boehm-gc for bfin-*-*.
+       * configure: Regenerate.
+
 2009-09-12  Joern Rennecke <joern.rennecke@embecosm.com>
 
        * MAINTAINERS (Write After Approval): Update my e-mail address,
index aa1662c..6119983 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
index a85c3bd..f3d5119 100644 (file)
@@ -603,7 +603,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