* config.bfd (i[34]86-*-netbsd*): New target; use i386-netbsd.
authorIan Lance Taylor <ian@airs.com>
Fri, 10 Sep 1993 17:10:13 +0000 (17:10 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 10 Sep 1993 17:10:13 +0000 (17:10 +0000)
* configure.in: Remove bogus netbsd386 handling.

bfd/ChangeLog
bfd/config.bfd

index ea1a410..5defba5 100644 (file)
@@ -1,5 +1,8 @@
 Fri Sep 10 12:56:36 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       * config.bfd (i[34]86-*-netbsd*): New target; use i386-netbsd.
+       * configure.in: Remove bogus netbsd386 handling.
+
        * coff-mips.c: Don't warn about overflow for MIPS_R_JMPADDR reloc.
        Correct overflow detection requires matching the upper four bits
        of the destination against the PC.
index 2ed4dfd..9a9fa37 100755 (executable)
@@ -36,6 +36,7 @@ case "${canon}" in
   i[34]86-*-coff)      bfd_name=i386-coff ;;
   i[34]86-*-aix*)      bfd_name=i386-coff ;;
   i[34]86-*-elf)       bfd_name=i386-elf ;;
+  i[34]86-*-netbsd*)   bfd_name=i386-netbsd ;;
   i[34]86-*-netware*)  bfd_name=i386-nlm ;;
   i[34]86-*-linux*)    bfd_name=i386-linux ;;
   i[34]86-*-lynx*)     bfd_name=i386-lynx ;;
@@ -58,6 +59,7 @@ case "${canon}" in
   m68*-netx-*)         bfd_name=m68k-aout ;;
   m88*-*-sysv4*)       bfd_name=m88k-elf ;;
   m88k-*-*)            bfd_name=m88k-coff ;;
+  m88110-*-*)          bfd_name=m88k-coff ;;
   mips-big-*)          bfd_name=bigmips ;;
   mips-dec-bsd*)        bfd_name=mipsdecbsd ;;
   mips-dec-*)          bfd_name=decstation ;;