diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2004-11-26 23:57:58 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2004-11-26 23:57:58 +0000 |
commit | 5dcac624409e7f46c380865358eb25158dc15707 (patch) | |
tree | 33c5b27452b0ea51b1c4ab463d5ac2432d2b9dd3 /configure | |
parent | 96ef073b4538ee7c705d6c726ee003f61b45ef97 (diff) | |
download | gdb-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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |