diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-09-15 15:10:09 +0000 |
---|---|---|
committer | Jie Zhang <jiez@gcc.gnu.org> | 2009-09-15 15:10:09 +0000 |
commit | 1c3c9f1247b44f08530c7c9b5288aabc2bbc6895 (patch) | |
tree | c560e8d5fc4b6ed74d11595892e5da407fcd6034 /configure.ac | |
parent | aa9dc2844dc790795a4561a81dc9294ae45fc4d0 (diff) | |
download | gcc-1c3c9f1247b44f08530c7c9b5288aabc2bbc6895.zip gcc-1c3c9f1247b44f08530c7c9b5288aabc2bbc6895.tar.gz gcc-1c3c9f1247b44f08530c7c9b5288aabc2bbc6895.tar.bz2 |
configure.ac: Disable java and boehm-gc for bfin-*-*.
* configure.ac: Disable java and boehm-gc for bfin-*-*.
* configure: Regenerate.
From-SVN: r151724
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a85c3bd..f3d5119 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 |