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

From-SVN: r33987
This commit is contained in:
Jeffrey A Law 2000-05-18 17:04:14 +00:00 committed by Jeff Law
parent 14f3e03b14
commit bae29210f5
2 changed files with 7 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 Alexandre Oliva <aoliva@cygnus.com>
* Makefile.in (configure-target-libiberty): Depend on

View File

@ -653,7 +653,9 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
;;
hppa*-*-*elf* | \
hppa*-*-lites*)
hppa*-*-linux-gnu* | \
hppa*-*-lites* | \
hppa*64*-*-*)
# Do configure ld/binutils/gas for this case.
;;
hppa*-*-*)