* configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, then

build PA64 ELF tools.
        * configure: Rebuilt.
This commit is contained in:
Jeff Law 2000-05-18 16:52:11 +00:00
parent 0b76fe778f
commit c9e10a082c
3 changed files with 226 additions and 235 deletions

View File

@ -1,3 +1,9 @@
Thu May 18 10:52:14 2000 Jeffrey A Law (law@cygnus.com)
* configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, then
build PA64 ELF tools.
* configure: Rebuilt.
2000-05-17 Alan Modra <alan@linuxcare.com.au>
* Makefile.am: Regenerate dependencies.

437
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -199,16 +199,14 @@ changequote([,])dnl
hppa-*-lites*) fmt=elf em=hppa ;;
hppa-*-osf*) fmt=som em=hppa ;;
hppa-*-rtems*) fmt=elf em=hppa ;;
# Disabled until configury issues are sorted out across the various
# projects
# hppa-*-hpux11*) em=hppa
# case ${cpu} in
# hppa*w)
# fmt=elf;;
# hppa*)
# fmt=som;;
# esac
# ;;
hppa-*-hpux11*) em=hppa
case ${cpu} in
hppa*64*)
fmt=elf;;
hppa*)
fmt=som;;
esac
;;
hppa-*-hpux*) fmt=som em=hppa ;;
hppa-*-mpeix*) fmt=som em=hppa ;;
hppa-*-bsd*) fmt=som em=hppa ;;