diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2004-11-26 23:57:58 +0000 |
---|---|---|
committer | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2004-11-26 23:57:58 +0000 |
commit | 53af4f25f2414dca2368043cfa8fe94b35dd29db (patch) | |
tree | 7ae36c8383a7de5a14a0fd4139442756410b5af7 /configure | |
parent | 60e4d52a558c9af31d27e79de27dfaaa89b00184 (diff) | |
download | cygnal-53af4f25f2414dca2368043cfa8fe94b35dd29db.tar.gz cygnal-53af4f25f2414dca2368043cfa8fe94b35dd29db.tar.bz2 cygnal-53af4f25f2414dca2368043cfa8fe94b35dd29db.zip |
* 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 |