* configure.tgt (hppa*-linux-gnu*): New target.
This commit is contained in:
parent
7d4ce8a99b
commit
5c61c5ab19
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* configure.tgt (hppa*-linux-gnu*): New target.
|
||||
|
||||
1999-07-07 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.
|
||||
|
|
|
@ -171,6 +171,7 @@ m68*-*-netbsd*) targ_emul=m68knbsd ;;
|
|||
m68*-*-psos*) targ_emul=m68kpsos ;;
|
||||
m68*-*-rtems*) targ_emul=m68kcoff ;;
|
||||
hppa*-*-*elf*) targ_emul=hppaelf ;;
|
||||
hppa*-*-linux-gnu*) targ_emul=hppaelf ;;
|
||||
hppa*-*-lites*) targ_emul=hppaelf ;;
|
||||
hppa*-*-rtems*) targ_emul=hppaelf ;;
|
||||
vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
|
||||
|
|
Loading…
Reference in a new issue