diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-11-29 22:24:39 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-11-29 22:24:39 +0000 |
commit | 5b0f1ab5f1fec64970046573676dfc4341c941bb (patch) | |
tree | fe3fcf7dcce57c70984da416f8a8382dfe7ea886 /bfd/config.bfd | |
parent | 151d7f0a7e3cd86174814826c1c2d0fb00799f3f (diff) | |
download | gdb-5b0f1ab5f1fec64970046573676dfc4341c941bb.zip gdb-5b0f1ab5f1fec64970046573676dfc4341c941bb.tar.gz gdb-5b0f1ab5f1fec64970046573676dfc4341c941bb.tar.bz2 |
* config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
* configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host.
CVSn:
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index dd28600..5b8980a 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 ;; |