diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-10 19:48:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-10 19:48:27 +0000 |
commit | e2590a6d9808b1f283470d2868dc637329a85456 (patch) | |
tree | 3b778b2aa0e02a9ffcff609bfa66cded6ad61d48 /bfd/config.bfd | |
parent | 9622ccb53f61077feb5ca958c70dc08607ef20f7 (diff) | |
download | binutils-redhat-e2590a6d9808b1f283470d2868dc637329a85456.tar.gz |
Add arm-conix 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 e844bf1d68..fb7321fba0 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -115,7 +115,7 @@ case "${targ}" in targ_selvecs=armcoff_big_vec targ_underscore=yes ;; - arm-*-elf | arm*-*-linux-gnu) + arm-*-elf | arm*-*-linux-gnu* | arm*-*-conix*) targ_defvec=bfd_elf32_littlearm_vec targ_selvecs=bfd_elf32_bigarm_vec ;; |