* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
(hppa*64*-*-*): Delete incorrect comment. * configure: Rebuilt.
This commit is contained in:
parent
60e4d52a55
commit
53af4f25f2
|
@ -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>
|
2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
|
||||||
|
|
||||||
* install-sh, compile: Import from automake.
|
* install-sh, compile: Import from automake.
|
||||||
|
|
|
@ -1312,13 +1312,13 @@ case "${target}" in
|
||||||
# headers, crt*.o, etc., all of which are needed by these.
|
# headers, crt*.o, etc., all of which are needed by these.
|
||||||
noconfigdirs="$noconfigdirs target-zlib"
|
noconfigdirs="$noconfigdirs target-zlib"
|
||||||
;;
|
;;
|
||||||
|
parisc*-*-linux* | hppa*-*-linux*)
|
||||||
|
;;
|
||||||
hppa*-*-*elf* | \
|
hppa*-*-*elf* | \
|
||||||
parisc*-*-linux* | hppa*-*-linux* | \
|
|
||||||
hppa*-*-lites* | \
|
hppa*-*-lites* | \
|
||||||
hppa*-*-openbsd* | \
|
hppa*-*-openbsd* | \
|
||||||
hppa*64*-*-*)
|
hppa*64*-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
# Do configure ld/binutils/gas for this case.
|
|
||||||
;;
|
;;
|
||||||
hppa*-*-*)
|
hppa*-*-*)
|
||||||
# According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
|
# According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
|
||||||
|
|
|
@ -534,13 +534,13 @@ case "${target}" in
|
||||||
# headers, crt*.o, etc., all of which are needed by these.
|
# headers, crt*.o, etc., all of which are needed by these.
|
||||||
noconfigdirs="$noconfigdirs target-zlib"
|
noconfigdirs="$noconfigdirs target-zlib"
|
||||||
;;
|
;;
|
||||||
|
parisc*-*-linux* | hppa*-*-linux*)
|
||||||
|
;;
|
||||||
hppa*-*-*elf* | \
|
hppa*-*-*elf* | \
|
||||||
parisc*-*-linux* | hppa*-*-linux* | \
|
|
||||||
hppa*-*-lites* | \
|
hppa*-*-lites* | \
|
||||||
hppa*-*-openbsd* | \
|
hppa*-*-openbsd* | \
|
||||||
hppa*64*-*-*)
|
hppa*64*-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
# Do configure ld/binutils/gas for this case.
|
|
||||||
;;
|
;;
|
||||||
hppa*-*-*)
|
hppa*-*-*)
|
||||||
# According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
|
# According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
|
||||||
|
|
Loading…
Reference in New Issue