Re: [PATCH] [libatomic] Add RTEMS support

2016-04-26 Thread Jeff Law
On 04/19/2016 01:24 AM, Sebastian Huber wrote: gcc/ * config/rtems.h (LIB_SPEC): Add -latomic. libatomic/ * configure.tgt (*-*-rtems*): New supported target. * config/rtems/host-config.h: New file. * config/rtems/lock.c: Likewise. IMHO, as the rtems port

[PATCH] [libatomic] Add RTEMS support

2016-04-19 Thread Sebastian Huber
gcc/ * config/rtems.h (LIB_SPEC): Add -latomic. libatomic/ * configure.tgt (*-*-rtems*): New supported target. * config/rtems/host-config.h: New file. * config/rtems/lock.c: Likewise. --- gcc/config/rtems.h | 2 +-