OSDN Git Service

* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Feb 2008 03:29:30 +0000 (03:29 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Feb 2008 03:29:30 +0000 (03:29 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132063 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index adab14f..65dc3d4 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 1540628..ce11435 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 56d7f12..315fa3b 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";;