This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, moxie] Tweak moxie-rtems triplet name recognition


On 2/26/2013 4:07 PM, Anthony Green wrote:
I'm checking this minor change in, which is required by the next
release of RTEMS.
This is OK by me. We use tool targets with versions on the end
(e.g. moxie-rtems4.11) so this is simple and needed.

--joel

2013-02-26 Anthony Green <green@moxielogic.com>


* config.bfd: Extend moxie-rtems target triplet name support.


Index: bfd/config.bfd =================================================================== RCS file: /cvs/src/src/bfd/config.bfd,v retrieving revision 1.307 diff -u -r1.307 config.bfd --- bfd/config.bfd 6 Feb 2013 23:22:08 -0000 1.307 +++ bfd/config.bfd 26 Feb 2013 22:05:05 -0000 @@ -436,7 +436,7 @@ 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
      ;;


--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]