aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config/rtems/mutex.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-03[gomp] Add RTEMS configurationSebastian Huber1-0/+1
libgomp/ChangeLog * config/rtems/bar.c: New. * config/rtems/bar.h: Likewise. * config/rtems/mutex.c: Likewise. * config/rtems/mutex.h: Likewise. * config/rtems/sem.c: Likewise. * config/rtems/sem.h: Likewise. * configure.ac (*-*-rtems*): Check that Newlib provides a proper <sys/lock.h> header file. * configure.tgt (*-*-rtems*): Enable RTEMS configuration if supported by Newlib. * configure: Regenerate. From-SVN: r227440