* configure.tgt (hppa*64*-*-*): Enable PA64 target.

This commit is contained in:
Jeff Law 2000-05-18 16:48:14 +00:00
parent 53f07fe99f
commit 0b76fe778f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
* configure.tgt (hppa*64*-*-*): Enable PA64 target.
2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
Rick Gorton <gorton@scrugs.lkg.dec.com>

View File

@ -203,7 +203,7 @@ m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;;
m68*-*-netbsd*) targ_emul=m68knbsd ;;
m68*-*-psos*) targ_emul=m68kpsos ;;
m68*-*-rtems*) targ_emul=m68kcoff ;;
#hppa*w*-*) targ_emul=elf64hppa ;;
hppa*64*-*) targ_emul=elf64hppa ;;
hppa*-*-*elf*) targ_emul=hppaelf ;;
hppa*-*-linux-gnu*) targ_emul=hppaelf ;;
hppa*-*-lites*) targ_emul=hppaelf ;;