configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Fri, 26 Nov 2004 01:24:42 +0000 (01:24 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 26 Nov 2004 01:24:42 +0000 (01:24 +0000)
* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
(hppa*64*-*-*): Delete incorrect comment.
* configure: Rebuilt.

From-SVN: r91315

ChangeLog
configure
configure.in

index abcd029d7f9b83ad3c3731deb98b64e427ff49c7..b7653758bfe87e0b9babd0d138cbaba277e1d031 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
+       (hppa*64*-*-*): Delete incorrect comment.
+       * configure: Rebuilt.
+
 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
 
        * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
index 0fdca3d410d25357d885e3f24bc66db38295a523..4ecfff017d3089956f0f30727216a1f14f5f1dfb 100755 (executable)
--- a/configure
+++ b/configure
@@ -1312,13 +1312,13 @@ case "${target}" in
     # headers, crt*.o, etc., all of which are needed by these.
     noconfigdirs="$noconfigdirs target-zlib"
     ;;
+  parisc*-*-linux* | hppa*-*-linux*)
+    ;;
   hppa*-*-*elf* | \
-  parisc*-*-linux* | hppa*-*-linux* | \
   hppa*-*-lites* | \
   hppa*-*-openbsd* | \
   hppa*64*-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
-    # Do configure ld/binutils/gas for this case.
     ;;
   hppa*-*-*)
     # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
index 06d6a35cb3393ee2ad5e40d0e66355bdbe272521..d244a5588271197c71fb9b574cc3900f75687522 100644 (file)
@@ -534,13 +534,13 @@ case "${target}" in
     # headers, crt*.o, etc., all of which are needed by these.
     noconfigdirs="$noconfigdirs target-zlib"
     ;;
+  parisc*-*-linux* | hppa*-*-linux*)
+    ;;
   hppa*-*-*elf* | \
-  parisc*-*-linux* | hppa*-*-linux* | \
   hppa*-*-lites* | \
   hppa*-*-openbsd* | \
   hppa*64*-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
-    # Do configure ld/binutils/gas for this case.
     ;;
   hppa*-*-*)
     # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't