From: Jim Kingdon Date: Tue, 2 Nov 1993 15:40:29 +0000 (+0000) Subject: * config.bfd: Use bigmips for mips*-*-bsd*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=242f60e214af3bbfb50d09c9a6ac2c2fd15f3e96;p=binutils-gdb.git * config.bfd: Use bigmips for mips*-*-bsd*. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 09879a3d909..48a69d1ef75 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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): diff --git a/bfd/config.bfd b/bfd/config.bfd index e24f88120e5..ee2bf96b808 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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.