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.in | |
parent | 96ef073b4538ee7c705d6c726ee003f61b45ef97 (diff) | |
download | fsf-binutils-gdb-5dcac624409e7f46c380865358eb25158dc15707.zip fsf-binutils-gdb-5dcac624409e7f46c380865358eb25158dc15707.tar.gz fsf-binutils-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.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |