diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-02-02 22:19:04 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-02-02 22:19:04 +0000 |
commit | 9a6e281b015f6094cff096eb6a0297ba0e85abd4 (patch) | |
tree | e2572dddf76221f855d68de5f1f18a32756c637b /configure.ac | |
parent | d333e2740afc5ff6f8605ea412c16cb6e9af6793 (diff) | |
download | gdb-9a6e281b015f6094cff096eb6a0297ba0e85abd4.tar.gz |
* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 56d7f12d374..315fa3bd801 100644 --- a/configure.ac +++ b/configure.ac @@ -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";; |