Tweak moxie-rtems triplet recognition

This commit is contained in:
Anthony Green 2013-02-26 22:07:55 +00:00
parent 9dd3a467af
commit 730fbaf8fd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-02-26 Anthony Green <green@moxielogic.com>
* config.bfd: Extend moxie-rtems target triplet name support.
2013-02-21 H.J. Lu <hongjiu.lu@intel.com>
PR ld/15167

View File

@ -436,7 +436,7 @@ case "${targ}" in
targ_selvecs=bfd_elf32_frv_vec
;;
moxie-*-elf | moxie-*-rtems | moxie-*-uclinux)
moxie-*-elf | moxie-*-rtems* | moxie-*-uclinux)
targ_defvec=bfd_elf32_bigmoxie_vec
targ_selvecs=bfd_elf32_littlemoxie_vec
;;