]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 2 Feb 2008 03:29:30 +0000 (03:29 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 2 Feb 2008 03:29:30 +0000 (03:29 +0000)
* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
* configure: Regenerate.

From-SVN: r132063

ChangeLog
configure
configure.ac

index adab14f08001d149031c3f99b10418a23ad76b46..65dc3d453fd5aa771f4701b70935bab7e2afc01d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
+       * configure: Regenerate.
+
 2008-01-31  Marc Gauthier  <marc@tensilica.com>
 
        * configure.ac (xtensa*-*-*): Recognize processor variants.
index 15406285fc8ed4fe6e1b35e29c41dd0cbdbb9276..ce114351da97117895699bcf74a838c9b1aaff7a 100755 (executable)
--- 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";;
index 56d7f12d374a27577d412e2757a0eba62d83b4b4..315fa3bd8012dba20115420ba4eb1d585d915602 100644 (file)
@@ -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";;