configure.ac: Disable java and boehm-gc for bfin-*-*.
* configure.ac: Disable java and boehm-gc for bfin-*-*. * configure: Regenerate. From-SVN: r151724
This commit is contained in:
parent
aa9dc2844d
commit
1c3c9f1247
3 changed files with 9 additions and 2 deletions
|
@ -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,
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue