* configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
to $targ_extra_libpath.
This commit is contained in:
parent
34ce925ee0
commit
728fa2f69b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-06-12 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
|
||||
to $targ_extra_libpath.
|
||||
|
||||
2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* po/Make-in (DESTDIR): New.
|
||||
|
|
|
@ -387,6 +387,7 @@ mips*-dec-osf*) targ_emul=mipslit ;;
|
|||
mips*-sgi-irix5*) targ_emul=elf32bsmip ;;
|
||||
mips*-sgi-irix6*) targ_emul=elf32bmipn32
|
||||
targ_extra_emuls="elf32bsmip elf64bmip"
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
;;
|
||||
mips*-sgi-irix*) targ_emul=mipsbig ;;
|
||||
mips*el-*-ecoff*) targ_emul=mipsidtl ;;
|
||||
|
|
Loading…
Reference in a new issue