diff options
author | Nick Clifton <nickc@redhat.com> | 2007-08-28 11:02:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-08-28 11:02:55 +0000 |
commit | 0b3e17e93db61947b03f2aa945d0f26cf86f8cf8 (patch) | |
tree | e1a218ca3f67cd8792a3385869ad4ddd0a138fcf /bfd/config.bfd | |
parent | 0d4f1889b55472653a87fb10dd5bed05def4368f (diff) | |
download | gdb-0b3e17e93db61947b03f2aa945d0f26cf86f8cf8.zip gdb-0b3e17e93db61947b03f2aa945d0f26cf86f8cf8.tar.gz gdb-0b3e17e93db61947b03f2aa945d0f26cf86f8cf8.tar.bz2 |
Add support for i386-dragonfly target.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index c533f57..5bfd4a7 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -533,7 +533,7 @@ case "${targ}" in targ_selvecs=i386bsd_vec targ_underscore=yes ;; - i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu) + i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*) targ_defvec=bfd_elf32_i386_freebsd_vec targ_selvecs=i386coff_vec # FreeBSD <= 4.0 supports only the old nonstandard way of ABI labelling. |