* configure.in: Add recognition of i[34]86-*-bsd386.
authorBill Cox <bill@cygnus>
Tue, 19 Apr 1994 19:14:15 +0000 (19:14 +0000)
committerBill Cox <bill@cygnus>
Tue, 19 Apr 1994 19:14:15 +0000 (19:14 +0000)
ld/ChangeLog
ld/configure.in

index 90b1377..83f96e2 100644 (file)
@@ -1,3 +1,7 @@
+Tue Apr 19 12:12:15 1994  Bill Cox  (bill@rtl.cygnus.com)
+
+       * configure.in: Add i[34]86-*-bsd386 to the patterns recognized.
+
 Fri Apr 15 14:35:42 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * ldlang.c (lang_size_sections): When relaxing, adjust the
index a7c91bb..b657e8e 100644 (file)
@@ -62,6 +62,7 @@ case "${targ}" in
   i[34]86-*-lynxos*)   ld_target=i386-lynx ;;
   i[34]86-*-coff)      ld_target=i386-coff ;;
   i[34]86-*-bsd)       ld_target=i386-bsd ;;
+  i[34]86-*-bsd386)    ld_target=i386-bsd ;;
   i[34]86-*-aout)      ld_target=i386-aout ;;
   i[34]86-*-linux)     ld_target=i386-linux ;;
   i[34]86-*-sysv4*)    ld_target=i386-elf ;;