mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* configure.ac: Disable java and boehm-gc for bfin-*-*.
* configure: Regenerate.
This commit is contained in:
parent
55a7e70615
commit
df51e4e1a5
@ -1,3 +1,8 @@
|
||||
2009-09-16 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* configure.ac: Disable java and boehm-gc for bfin-*-*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* configure.ac: Do not use $extrasub for replacing @if/@endif
|
||||
|
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…
Reference in New Issue
Block a user