OSDN Git Service

* configure.in (s390*-*-linux*): Enable libgcj.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2002 12:15:00 +0000 (12:15 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2002 12:15:00 +0000 (12:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57647 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure.in

index dbb6539..b0f40c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * configure.in (s390*-*-linux*): Enable libgcj.
+
 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * configure: Revert accidentally applied changes.
index 3041dd4..bee4c29 100644 (file)
@@ -421,10 +421,6 @@ case "${target}" in
   i[34567]86-*-freebsd*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
-  s390*-*-linux*)
-    # The libffi port is not yet in the GCC tree
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
-    ;;
   i[3456]86-*-linux*)
     # This section makes it possible to build newlib natively on linux.
     # If we are using a cross compiler then don't configure newlib.