Tweak moxie-rtems triplet recognition
This commit is contained in:
parent
9dd3a467af
commit
730fbaf8fd
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user