diff options
author | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-15 15:10:09 +0000 |
---|---|---|
committer | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-15 15:10:09 +0000 |
commit | 572ee61af2b1f60c760db05d041a88327957b378 (patch) | |
tree | c560e8d5fc4b6ed74d11595892e5da407fcd6034 /configure | |
parent | 479e7f003ea19157517399fc36da9d3c14308b51 (diff) | |
download | gcc-572ee61af2b1f60c760db05d041a88327957b378.tar.gz |
* configure.ac: Disable java and boehm-gc for bfin-*-*.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
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 |