* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 26 Nov 2004 23:57:58 +0000 (23:57 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 26 Nov 2004 23:57:58 +0000 (23:57 +0000)
(hppa*64*-*-*): Delete incorrect comment.
* configure: Rebuilt.

ChangeLog
configure
configure.in

index ad93092ec0e5ef16f6d70446e4c18771e9d3b08d..4d1b69ce96b9de987d735d4cd3ad96f18a8391f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-26  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-15  Kelley Cook  <kcook@gcc.gnu.org>
 
        * install-sh, compile: Import from automake.
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
This page took 0.038211 seconds and 4 git commands to generate.