* configure.in <cris-*, crisv32-*>: Enable target-libffi again for
*-*-linux* and *-*-elf. * configure: Regenerate.
This commit is contained in:
parent
9039b344c2
commit
5e8183185b
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";;
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||||
*-*-elf)
|
*-*-elf)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages f95"
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
||||||
*)
|
*)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages f95"
|
||||||
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
||||||
|
|
|
@ -492,9 +492,9 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||||
*-*-elf)
|
*-*-elf)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages f95"
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
||||||
*)
|
*)
|
||||||
unsupported_languages="$unsupported_languages f95"
|
unsupported_languages="$unsupported_languages f95"
|
||||||
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
|
||||||
|
|
Loading…
Reference in a new issue