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 | |
parent | d333e2740afc5ff6f8605ea412c16cb6e9af6793 (diff) | |
download | gdb-9a6e281b015f6094cff096eb6a0297ba0e85abd4.tar.gz |
* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 15406285fc8..ce114351da9 100755 --- a/configure +++ b/configure @@ -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";; |