* config.bfd: Use bigmips for mips*-*-bsd*.
This commit is contained in:
parent
ae7016045f
commit
242f60e214
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Nov 2 09:32:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* config.bfd: Use bigmips for mips*-*-bsd*.
|
||||
|
||||
Mon Nov 1 14:30:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table):
|
||||
|
|
|
@ -72,7 +72,7 @@ case "${canon}" in
|
|||
mips*-sgi-*) bfd_name=bigmips ;;
|
||||
mips*-*-sysv*) bfd_name=riscos ;;
|
||||
mips*-*-riscos*) bfd_name=riscos ;;
|
||||
mips*-*-bsd*) bfd_name=noop ;;
|
||||
mips*-*-bsd*) bfd_name=bigmips ;; # Sony News
|
||||
mips*el-*-elf*) bfd_name=mipslelf ;;
|
||||
mips*-*-elf*) bfd_name=mipsbelf ;;
|
||||
# Apparently this is similar enough to 386 mach to use the same target.
|
||||
|
|
Loading…
Reference in a new issue