Re: [commited] Add custom RTEMS lm32 multilibs

2011-11-07 Thread Ralf Corsepius
On 11/07/2011 11:17 AM, Rainer Orth wrote: Hi Ralf, Index: gcc/config.gcc === --- gcc/config.gcc (revision 180973) +++ gcc/config.gcc (revision 180974) @@ -1539,6 +1539,7 @@ tm_file="dbxelf.h elfos.h ${tm_file} lm

Re: [commited] Add custom RTEMS lm32 multilibs

2011-11-07 Thread Rainer Orth
Hi Ralf, > Index: gcc/config.gcc > === > --- gcc/config.gcc(revision 180973) > +++ gcc/config.gcc(revision 180974) > @@ -1539,6 +1539,7 @@ > tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h > newlib-stdint.h" >

[commited] Add custom RTEMS lm32 multilibs

2011-11-04 Thread Ralf Corsepius
Hi, I applied the patch below to SVN-trunk. We've been using it for the RTEMS toolchains for several months. Ralf 2011-11-05 Ralf Corsépius * config/lm32/t-rtems: New. * config.gcc (lm32-*-rtems*): Add t-rtems. Index: gcc/config.gcc