configure.in: Enable target-libffi again for *-*-linux* and *-*-elf.
* configure.in <cris-*, crisv32-*>: Enable target-libffi again for *-*-linux* and *-*-elf. * configure: Regenerate. From-SVN: r100703
This commit is contained in:
parent
efb169b09d
commit
789ec6199a
2 changed files with 4 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
@ -1275,9 +1275,9 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||
*-*-elf)
|
||||
unsupported_languages="$unsupported_languages f95"
|
||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
||||
*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-libffi target-newlib target-libgloss";;
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
||||
*)
|
||||
unsupported_languages="$unsupported_languages f95"
|
||||
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
||||
|
|
|
@ -492,9 +492,9 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||
*-*-elf)
|
||||
unsupported_languages="$unsupported_languages f95"
|
||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
||||
*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-libffi target-newlib target-libgloss";;
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
||||
*)
|
||||
unsupported_languages="$unsupported_languages f95"
|
||||
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
||||
|
|
Loading…
Add table
Reference in a new issue