diff options
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 59cb5fb..a1d28f7 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -129,7 +129,7 @@ case "${targ}" in ;; i[345]86-*-sysv4* | i[345]86-*-unixware | i[345]86-*-solaris2* | \ - i[345]86-*-elf) + i[345]86-*-elf | i[345]86-*-sco*elf*) targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386coff_vec ;; @@ -288,6 +288,9 @@ case "${targ}" in targ_defvec=bfd_elf32_m68k_vec targ_selvecs=m68kcoff_vec ;; + m68*-apple-aux*) + targ_defvec=m68kaux_coff_vec + ;; m88*-harris-cxux* | m88*-*-dgux* | m88*-*-sysv4*) targ_defvec=bfd_elf32_m88k_vec |