* 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> 2000-05-17 Alan Modra <alan@linuxcare.com.au>
* Makefile.am: Regenerate dependencies. * Makefile.am: Regenerate dependencies.

429
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-*-lites*) fmt=elf em=hppa ;;
hppa-*-osf*) fmt=som em=hppa ;; hppa-*-osf*) fmt=som em=hppa ;;
hppa-*-rtems*) fmt=elf em=hppa ;; hppa-*-rtems*) fmt=elf em=hppa ;;
# Disabled until configury issues are sorted out across the various hppa-*-hpux11*) em=hppa
# projects case ${cpu} in
# hppa-*-hpux11*) em=hppa hppa*64*)
# case ${cpu} in fmt=elf;;
# hppa*w) hppa*)
# fmt=elf;; fmt=som;;
# hppa*) esac
# fmt=som;; ;;
# esac
# ;;
hppa-*-hpux*) fmt=som em=hppa ;; hppa-*-hpux*) fmt=som em=hppa ;;
hppa-*-mpeix*) fmt=som em=hppa ;; hppa-*-mpeix*) fmt=som em=hppa ;;
hppa-*-bsd*) fmt=som em=hppa ;; hppa-*-bsd*) fmt=som em=hppa ;;