From 1c3c9f1247b44f08530c7c9b5288aabc2bbc6895 Mon Sep 17 00:00:00 2001 From: Jie Zhang Date: Tue, 15 Sep 2009 15:10:09 +0000 Subject: [PATCH] configure.ac: Disable java and boehm-gc for bfin-*-*. * configure.ac: Disable java and boehm-gc for bfin-*-*. * configure: Regenerate. From-SVN: r151724 --- ChangeLog | 5 +++++ configure | 3 ++- configure.ac | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6e4293cc03..7aaa1f69009 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-15 Jie Zhang + + * configure.ac: Disable java and boehm-gc for bfin-*-*. + * configure: Regenerate. + 2009-09-12 Joern Rennecke * MAINTAINERS (Write After Approval): Update my e-mail address, diff --git a/configure b/configure index aa1662c8871..6119983307a 100755 --- 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 diff --git a/configure.ac b/configure.ac index a85c3bd3547..f3d511973ce 100644 --- a/configure.ac +++ b/configure.ac @@ -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