From c72b1d96023e5b7334f94c69703675b321e9478d Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 2 Feb 2008 22:19:04 +0000 Subject: [PATCH] * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf. * configure: Regenerate. --- ChangeLog | 5 +++++ configure | 1 - configure.ac | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 380a48c207..cf0933ee24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-02 Hans-Peter Nilsson + + * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf. + * configure: Regenerate. + 2008-01-31 Marc Gauthier * configure.ac (xtensa*-*-*): Recognize processor variants. diff --git a/configure b/configure index 15406285fc..ce114351da 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";; diff --git a/configure.ac b/configure.ac index 56d7f12d37..315fa3bd80 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";; -- 2.34.1