diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 780e8c0..168b839 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -696,6 +696,10 @@ case "${targ}" in targ_underscore=yes ;; + openrisc-*-elf) + targ_defvec=bfd_elf32_openrisc_vec + ;; + pdp11-*-*) targ_defvec=pdp11_aout_vec targ_underscore=yes |