* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
* configure: Regenerate.
This commit is contained in:
parent
4df557d94a
commit
b6cde8aa13
|
@ -1,3 +1,8 @@
|
||||||
|
2008-02-02 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2008-01-31 Marc Gauthier <marc@tensilica.com>
|
2008-01-31 Marc Gauthier <marc@tensilica.com>
|
||||||
|
|
||||||
* configure.ac (xtensa*-*-*): Recognize processor variants.
|
* configure.ac (xtensa*-*-*): Recognize processor variants.
|
||||||
|
|
|
@ -2298,7 +2298,6 @@ case "${target}" in
|
||||||
unsupported_languages="$unsupported_languages fortran"
|
unsupported_languages="$unsupported_languages fortran"
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||||
*-*-elf)
|
*-*-elf)
|
||||||
unsupported_languages="$unsupported_languages fortran"
|
|
||||||
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
||||||
|
|
|
@ -575,7 +575,6 @@ case "${target}" in
|
||||||
unsupported_languages="$unsupported_languages fortran"
|
unsupported_languages="$unsupported_languages fortran"
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
|
||||||
*-*-elf)
|
*-*-elf)
|
||||||
unsupported_languages="$unsupported_languages fortran"
|
|
||||||
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
noconfigdirs="$noconfigdirs target-boehm-gc";;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
|
||||||
|
|
Loading…
Reference in New Issue