diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-15 14:38:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-15 14:38:23 +0000 |
commit | ac352105e17fc3336019c5172fc43eeec25c707b (patch) | |
tree | a7d8dd44c580dfcdd21d7447649396aa24099c49 /bfd/config.bfd | |
parent | 197b9ca0f9e5441116d79731c6081e219b4c7c60 (diff) | |
download | gdb-ac352105e17fc3336019c5172fc43eeec25c707b.zip gdb-ac352105e17fc3336019c5172fc43eeec25c707b.tar.gz gdb-ac352105e17fc3336019c5172fc43eeec25c707b.tar.bz2 |
1999-07-15 J.T. Conklin <jtc@redback.com>
* config.bfd (i[3456]86-*-vxworks*): New target.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 1bf9286..1f3b663 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -313,6 +313,9 @@ case "${targ}" in i[3456]86-*-aout* | i[3456]86*-*-vsta*) targ_defvec=i386aout_vec ;; + i[3456]86-*-vxworks*) + targ_defvec=i386aout_vec + ;; i860-*-mach3* | i860-*-osf1* | i860-*-coff*) targ_defvec=i860coff_vec |