diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-13 13:17:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-13 13:17:58 +0000 |
commit | a06a29f25f5dc608a08e5ff3608923c97769faee (patch) | |
tree | 45d799cf5cb376027f0037b0ef3e1fc318100cac /bfd/config.bfd | |
parent | 9692141b0ac99192d6309757ff6c5376bc97593f (diff) | |
download | gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.zip gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.tar.gz gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.tar.bz2 |
Add i386-netbsd-gnu 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 1627350..90b52cc 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -446,7 +446,7 @@ case "${targ}" in targ_cflags=-DOLD_FREEBSD_ABI_LABEL ;; esac ;; - i[3-7]86-*-netbsdelf*) + i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu*) targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386netbsd_vec ;; |