aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2004-11-26 23:57:58 +0000
committerDave Anglin <dave.anglin@nrc.ca>2004-11-26 23:57:58 +0000
commit5dcac624409e7f46c380865358eb25158dc15707 (patch)
tree33c5b27452b0ea51b1c4ab463d5ac2432d2b9dd3
parent96ef073b4538ee7c705d6c726ee003f61b45ef97 (diff)
downloadgdb-5dcac624409e7f46c380865358eb25158dc15707.zip
gdb-5dcac624409e7f46c380865358eb25158dc15707.tar.gz
gdb-5dcac624409e7f46c380865358eb25158dc15707.tar.bz2
* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
(hppa*64*-*-*): Delete incorrect comment. * configure: Rebuilt.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ad93092..4d1b69c 100644
--- 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.
diff --git a/configure b/configure
index 0fdca3d..4ecfff0 100755
--- 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
diff --git a/configure.in b/configure.in
index 06d6a35..d244a55 100644
--- a/configure.in
+++ b/configure.in
@@ -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