diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-02-02 03:29:30 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2008-02-02 03:29:30 +0000 |
commit | 9a212bb7ac34c0b9625cd5707797cf21c9245242 (patch) | |
tree | a27ce803918dc9aa1de37123ac61023eac8e30ea /configure | |
parent | b9600399ebe3abee8e2bdc8adc269e8fc3adbcdf (diff) | |
download | gcc-9a212bb7ac34c0b9625cd5707797cf21c9245242.tar.gz |
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
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";; |