* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
* configure: Regenerate.
This commit is contained in:
parent
1cac254c18
commit
c72b1d9602
3 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue