aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2002-09-30 12:15:00 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2002-09-30 12:15:00 +0000
commitca25149e05e3fbd98290f71f1d41d008cd77cf56 (patch)
treef5a7208eeef3743fcde6fa4f91bf5f006ddba98b
parentc4f17c6f58d35c40b776b8cb0d9eb185f0a96538 (diff)
downloadgcc-ca25149e05e3fbd98290f71f1d41d008cd77cf56.zip
gcc-ca25149e05e3fbd98290f71f1d41d008cd77cf56.tar.gz
gcc-ca25149e05e3fbd98290f71f1d41d008cd77cf56.tar.bz2
* configure.in (s390*-*-linux*): Enable libgcj.
From-SVN: r57647
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index dbb6539..b0f40c4 100644
--- 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.
diff --git a/configure.in b/configure.in
index 3041dd4..bee4c29 100644
--- a/configure.in
+++ b/configure.in
@@ -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.