Re: [PATCH] RTEMS: Generalize t-rtems usage

2014-01-07 Thread Richard Earnshaw
On 07/01/14 09:35, Sebastian Huber wrote: > Hello Richard, > > would you mind having a look at the ARM specific part of this patch: > > On 01/06/2014 07:27 PM, Sebastian Huber wrote: >> 2014-01-06 Sebastian Huber >> >> * config.gcc (*-*-rtems*): Add t-rtems to tmake_file. >> (arm*-*-

Re: [PATCH] RTEMS: Generalize t-rtems usage

2014-01-07 Thread Sebastian Huber
Hello Richard, would you mind having a look at the ARM specific part of this patch: On 01/06/2014 07:27 PM, Sebastian Huber wrote: 2014-01-06 Sebastian Huber * config.gcc (*-*-rtems*): Add t-rtems to tmake_file. (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Do not

[PATCH] RTEMS: Generalize t-rtems usage

2014-01-06 Thread Sebastian Huber
2014-01-06 Sebastian Huber * config.gcc (*-*-rtems*): Add t-rtems to tmake_file. (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Do not override an existing tmake_file. (arm*-*-rtems*): Use t-rtems from existing tmake_file. (avr-*-rtems*): Likewise.