Re: [PATCH 1/2] libgomp: Avoid complex dependencies for RTEMS

2019-01-08 Thread Jakub Jelinek
On Tue, Jan 08, 2019 at 02:28:34PM +0100, Sebastian Huber wrote: > libgomp/ > > * config/rtems/affinity-fmt.c: New file. Include affinity-fmt.c, > undefining HAVE_GETPID and HAVE_GETHOSTNAME, and mapping fwrite to > write. Ok for trunk, thanks. Jakub

[PATCH 1/2] libgomp: Avoid complex dependencies for RTEMS

2019-01-08 Thread Sebastian Huber
libgomp/ * config/rtems/affinity-fmt.c: New file. Include affinity-fmt.c, undefining HAVE_GETPID and HAVE_GETHOSTNAME, and mapping fwrite to write. --- libgomp/config/rtems/affinity-fmt.c | 49 + 1 file changed, 49 insertions(+) create