aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2008-02-02 03:29:30 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2008-02-02 03:29:30 +0000
commit9a212bb7ac34c0b9625cd5707797cf21c9245242 (patch)
treea27ce803918dc9aa1de37123ac61023eac8e30ea /configure
parentb9600399ebe3abee8e2bdc8adc269e8fc3adbcdf (diff)
downloadgcc-9a212bb7ac34c0b9625cd5707797cf21c9245242.zip
gcc-9a212bb7ac34c0b9625cd5707797cf21c9245242.tar.gz
gcc-9a212bb7ac34c0b9625cd5707797cf21c9245242.tar.bz2
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-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 1540628..ce11435 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";;