* config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
* configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host. CVSn:
This commit is contained in:
parent
151d7f0a7e
commit
5b0f1ab5f1
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue