* 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 90b137789c9dd4ade649ae6371071804c0bb5477..83f96e254f64ccf08ce7975f1428e05ede3367c4 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 a7c91bba9d78775de41457bb3fbcafd048a69198..b657e8eec9e3d7cbdbf61d2cdc8d19d62927b6ae 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 ;;
This page took 0.03096 seconds and 4 git commands to generate.