* configure.in (hppa*64*-*-*): Do build ld for this configuration.

This commit is contained in:
Jeff Law 2000-05-18 16:58:06 +00:00
parent f5619b809e
commit 52a3d41377
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
2000-05-18 David Edelsohn <edelsohn@gnu.org>
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.

View File

@ -656,7 +656,8 @@ case "${target}" in
;;
hppa*-*-*elf* | \
hppa*-*-linux-gnu* | \
hppa*-*-lites*)
hppa*-*-lites* | \
hppa*64*-*-*)
# Do configure ld/binutils/gas for the above cases.
;;
hppa*-*-*)