* config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 29 Nov 1994 22:24:39 +0000 (22:24 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 29 Nov 1994 22:24:39 +0000 (22:24 +0000)
* configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host.
CVSn:

bfd/ChangeLog
bfd/config.bfd

index f115dd54605c06674262ee0cdd57869161900ccf..24dc49f607224c648f80eb41156cedf1523d6f81 100644 (file)
@@ -1,3 +1,8 @@
+Tue Nov 29 14:00:19 1994  J.T. Conklin  <jtc@.rtl.cygnus.com>
+
+       * config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
+       * configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host.
+
 Mon Nov 28 15:36:04 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
 
        * config/m68k-nbsd.mt (DEFAULT_VECTOR): set to m68knetbsd_vec.
index dd28600f3768fe125b8e8b9cf4d2a1e552eaa726..5b8980a42e8a653ab3dafe874b1e38ef5342176b 100755 (executable)
@@ -53,6 +53,7 @@ case "${canon}" in
   i[345]86-*-coff)     bfd_name=i386-coff ;;
   i[345]86-*-aix*)     bfd_name=i386-coff ;;
   i[345]86-*-elf)      bfd_name=i386-elf ;;
+  i[345]86-*-freebsd*) bfd_name=i386-bsd strip_underscore=yes ;;
   i[345]86-*-netbsd*)  bfd_name=i386-nbsd strip_underscore=yes ;;
   i[345]86-*-netware*) bfd_name=i386-nlm ;;
   i[345]86-*-linux*)   bfd_name=i386-linux strip_underscore=yes ;;
This page took 0.027083 seconds and 4 git commands to generate.