mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf. * configure: Regenerate. From-SVN: r132063
This commit is contained in:
parent
b9600399eb
commit
9a212bb7ac
@ -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>
|
||||
|
||||
* configure.ac (xtensa*-*-*): Recognize processor variants.
|
||||
|
1
configure
vendored
1
configure
vendored
@ -2298,7 +2298,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";;
|
||||
|
@ -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";;
|
||||
|
Loading…
Reference in New Issue
Block a user