* config.bfd: Use bigmips for mips*-*-bsd*.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 2 Nov 1993 15:40:29 +0000 (15:40 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 2 Nov 1993 15:40:29 +0000 (15:40 +0000)
bfd/ChangeLog
bfd/config.bfd

index 09879a3d9096a84bb6c2d5dce45bbd298539aee8..48a69d1ef7567fd93a57ee77d7161624ef04059e 100644 (file)
@@ -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):
index e24f88120e5e561af9170184d2e939577696f7b4..ee2bf96b80833d75e21695e18beae19028077cff 100755 (executable)
@@ -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.