* configure.in <cris-*, crisv32-*>: Enable target-libffi again for
*-*-linux* and *-*-elf. * configure: Regenerate.
This commit is contained in:
parent
9039b344c2
commit
5e8183185b
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…
Reference in New Issue
Block a user