diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 7192696..3fd1551 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1097,12 +1097,6 @@ case "${targ}" in v850ea-*-*) targ_defvec=bfd_elf32_v850_vec ;; -#if HAVE_host_aout_vec - vax-*-bsd* | vax-*-ultrix*) - targ_defvec=host_aout_vec - targ_underscore=yes - ;; -#endif vax-*-netbsdelf*) targ_defvec=bfd_elf32_vax_vec @@ -1115,6 +1109,11 @@ case "${targ}" in targ_underscore=yes ;; + vax-*-bsd* | vax-*-ultrix*) + targ_defvec=vaxbsd_vec + targ_underscore=yes + ;; + vax*-*-*vms*) targ_defvec=vms_vax_vec ;; |