Hi Gerald, Below is the update to mention under changes link on GCC website.
RX The port now allows to specify the RX100, RX200, and RX600 processors with the command line options -mcpu=rx100, -mcpu=rx200 and -mcpu=rx600 This update will go into: "New Targets and Target Specific Improvements" heading Help to guide me for updating this on GCC website would be highly appreciated. Regards, Sandeep Kumar Singh, KPIT Cummins InfoSystems Ltd. Pune, India > -----Original Message----- > From: Gerald Pfeifer [mailto:ger...@pfeifer.com] > Sent: Sunday, June 02, 2013 11:50 PM > To: Sandeep Kumar Singh > Cc: gcc-patches@gcc.gnu.org; Kaushik Phatak > Subject: Re: [PATCH RX] Added target specific macros for macros for RX100, > RX200, and RX600 > > On Thu, 2 May 2013, Sandeep Kumar Singh wrote: > > 2013-05-02 Sandeep Kumar Singh <sandeep.sin...@kpitcummins.com> > > > > * rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add macros for RX100, RX200, > and RX600. > > * rx/rx.opt: Add macro for rx100 with string rx100 and value RX100. > > * rx/rx-opts.h (rx_cpu_types): Add new cpu type rx100. > > * rx/t-rx: Add rx100 under multi library matches option for nofpu > > option. > > Mind also documenting this on http://gcc.gnu.org/gcc-4.9/changes.html ? > > Let me know if you need help with the web pages. > > Gerald