mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 18:50:45 +08:00
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
This commit is contained in:
parent
f7fdebfbf6
commit
3e732ba0ee
@ -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.
|
||||
|
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user