mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* 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:
@ -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)
|
Mon Nov 28 15:36:04 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
||||||
|
|
||||||
* config/m68k-nbsd.mt (DEFAULT_VECTOR): set to m68knetbsd_vec.
|
* 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-*-coff) bfd_name=i386-coff ;;
|
||||||
i[345]86-*-aix*) bfd_name=i386-coff ;;
|
i[345]86-*-aix*) bfd_name=i386-coff ;;
|
||||||
i[345]86-*-elf) bfd_name=i386-elf ;;
|
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-*-netbsd*) bfd_name=i386-nbsd strip_underscore=yes ;;
|
||||||
i[345]86-*-netware*) bfd_name=i386-nlm ;;
|
i[345]86-*-netware*) bfd_name=i386-nlm ;;
|
||||||
i[345]86-*-linux*) bfd_name=i386-linux strip_underscore=yes ;;
|
i[345]86-*-linux*) bfd_name=i386-linux strip_underscore=yes ;;
|
||||||
|
Reference in New Issue
Block a user