OSDN Git Service

* configure.in <cris-*, crisv32-*>: Enable target-libffi again for
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jun 2005 09:32:14 +0000 (09:32 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jun 2005 09:32:14 +0000 (09:32 +0000)
*-*-linux* and *-*-elf.
* configure: Regenerate.

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

configure
configure.in

index 40178dd..58fd885 100755 (executable)
--- a/configure
+++ b/configure
@@ -1275,9 +1275,9 @@ case "${target}" in
        noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
       *-*-elf)
        unsupported_languages="$unsupported_languages f95"
-       noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
+       noconfigdirs="$noconfigdirs target-boehm-gc";;
       *-*-linux*)
-       noconfigdirs="$noconfigdirs target-libffi target-newlib target-libgloss";;
+       noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
       *)
        unsupported_languages="$unsupported_languages f95"
        noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
index 10571b4..8535589 100644 (file)
@@ -492,9 +492,9 @@ case "${target}" in
        noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
       *-*-elf)
        unsupported_languages="$unsupported_languages f95"
-       noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
+       noconfigdirs="$noconfigdirs target-boehm-gc";;
       *-*-linux*)
-       noconfigdirs="$noconfigdirs target-libffi target-newlib target-libgloss";;
+       noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
       *)
        unsupported_languages="$unsupported_languages f95"
        noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;