From ac76b6586667847f203bb86621559fb71162a91b Mon Sep 17 00:00:00 2001 From: David Carlton Date: Fri, 7 Feb 2003 19:18:06 +0000 Subject: 2003-02-07 David Carlton * Merge with mainline; tag is carlton_dictionary-20030207-merge. --- bfd/config.bfd | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bfd/config.bfd') diff --git a/bfd/config.bfd b/bfd/config.bfd index 9270d7e9e85..96d4765f722 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -374,6 +374,9 @@ case "${targ}" in targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386coff_vec ;; + i[3456]86-*-aros*) + targ_defvec=bfd_elf32_i386_vec + ;; i[3456]86-*-chorus*) targ_defvec=bfd_elf32_i386_vec ;; @@ -553,6 +556,10 @@ case "${targ}" in targ_defvec=bfd_elf32_ip2k_vec ;; + iq2000-*-elf) + targ_defvec=bfd_elf32_iq2000_vec + ;; + m32r-*-*) targ_defvec=bfd_elf32_m32r_vec ;; @@ -807,6 +814,10 @@ case "${targ}" in targ_defvec=bfd_elf32_mn10300_vec ;; + msp430-*-*) + targ_defvec=bfd_elf32_msp430_vec + ;; + ns32k-pc532-mach* | ns32k-pc532-ux*) targ_defvec=pc532machaout_vec targ_underscore=yes -- cgit v1.2.1