summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-10-02 05:22:11 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-10-02 05:22:11 +0000
commit097c52c3ba0a295aede183c1f72094b51b7f6644 (patch)
treeabf24d9d807fffc9dcd415498b7658fbf58c84c5 /configure.in
parent2ee4b30f34c6d414fdd750f12e300fe817c290f1 (diff)
downloadgdb-097c52c3ba0a295aede183c1f72094b51b7f6644.tar.gz
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Bring following over from gcc: 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com> * configure.in (s390*-*-linux*): Enable libgcj.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 3041dd4a7c4..bee4c2998a6 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.