diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 0ec4001..2e29fa3 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1465,6 +1465,11 @@ case "${targ}" in ;; #endif + tic6x-*-elf) + targ_defvec=bfd_elf32_tic6x_le_vec + targ_selvecs=bfd_elf32_tic6x_be_vec + ;; + tic80*-*-*) targ_defvec=tic80coff_vec targ_underscore=yes |