Add definition for mipseb-*-netbsd and make mipsel-*-netbsd the same as

mips-dec-netbsd.
This commit is contained in:
tv 1998-07-27 01:01:07 +00:00
parent aaafdd394a
commit 41d9610f72
1 changed files with 5 additions and 1 deletions

View File

@ -343,10 +343,14 @@ case "${targ}" in
targ_defvec=ecoff_big_vec
targ_selvecs=ecoff_little_vec
;;
mips-dec-netbsd*)
mipsel-*-netbsd*|mips-dec-netbsd*)
targ_defvec=bfd_elf32_littlemips_vec
targ_selvecs=bfd_elf32_bigmips_vec
;;
mipseb-*-netbsd*)
targ_defvec=bfd_elf32_bigmips_vec
targ_selvecs=bfd_elf32_littlemips_vec
;;
mips*-dec-bsd*)
targ_defvec=aout_mips_little_vec
targ_underscore=yes