diff options
author | Nick Clifton <nickc@redhat.com> | 2003-10-06 09:12:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-10-06 09:12:39 +0000 |
commit | 4615568e51fff7e37e4c6673c5606acb7b7554fc (patch) | |
tree | bc9a7e3af70ecb9079ab3d3340700bbfe33f43bf /bfd/config.bfd | |
parent | a6ebc044d54195750df11cd44368d397f4d83d2f (diff) | |
download | gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.zip gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.tar.gz gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.tar.bz2 |
Add i386-knetbsd-gnu triplet.
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 b047c64..c570c21 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -461,7 +461,7 @@ case "${targ}" in targ_cflags=-DOLD_FREEBSD_ABI_LABEL ;; esac ;; - i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu*) + i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu* | i[3-7]86-*-knetbsd*-gnu) targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386netbsd_vec ;; |