OSDN Git Service

* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Nov 2004 01:24:42 +0000 (01:24 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Nov 2004 01:24:42 +0000 (01:24 +0000)
(hppa*64*-*-*): Delete incorrect comment.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91315 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.in

index abcd029..b765375 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 0fdca3d..4ecfff0 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 06d6a35..d244a55 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