aboutsummaryrefslogtreecommitdiff
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
commitf8f61f4a06e8f91bf219f37d2a29814e672b79a7 (patch)
treee0feeb03d897f3b3d3872779fe657d96ef35205e
parent403d950503b01fb660e046454b1f4ea83a4237ba (diff)
downloadgdb-f8f61f4a06e8f91bf219f37d2a29814e672b79a7.zip
gdb-f8f61f4a06e8f91bf219f37d2a29814e672b79a7.tar.gz
gdb-f8f61f4a06e8f91bf219f37d2a29814e672b79a7.tar.bz2
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.
-rw-r--r--ChangeLog8
-rw-r--r--configure.in4
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2221797..d56ef47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
+
* Makefile.in: Regenerate. This really ought to fix things. :sigh:
2002-10-02 Alan Modra <amodra@bigpond.net.au>
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.