diff options
| author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2004-11-26 01:24:42 +0000 |
|---|---|---|
| committer | John David Anglin <danglin@gcc.gnu.org> | 2004-11-26 01:24:42 +0000 |
| commit | 3e732ba0eeb8ffdf330721936137adcaeda58080 (patch) | |
| tree | 6f02b50034ccc41ed7ce6a7daa19a71936339684 | |
| parent | f7fdebfbf63d6f9627ae2cfeeb9bb00766664b2a (diff) | |
| download | gcc-3e732ba0eeb8ffdf330721936137adcaeda58080.zip gcc-3e732ba0eeb8ffdf330721936137adcaeda58080.tar.gz gcc-3e732ba0eeb8ffdf330721936137adcaeda58080.tar.bz2 | |
configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
(hppa*64*-*-*): Delete incorrect comment.
* configure: Rebuilt.
From-SVN: r91315
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | configure.in | 4 |
3 files changed, 10 insertions, 4 deletions
@@ -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. @@ -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 |
