* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.

* configure: Regenerate.
This commit is contained in:
Hans-Peter Nilsson
2008-02-02 22:19:04 +00:00
parent 4df557d94a
commit b6cde8aa13
3 changed files with 5 additions and 2 deletions

View File

@ -575,7 +575,6 @@ case "${target}" in
unsupported_languages="$unsupported_languages fortran"
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
*-*-elf)
unsupported_languages="$unsupported_languages fortran"
noconfigdirs="$noconfigdirs target-boehm-gc";;
*-*-linux*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;