On Thu, May 14, 2015 at 12:10:50AM +0200, Thomas Schwinge wrote: > No doubt, looking forward to the day, when this can be reverted. > > libgomp/ > * env.c (initialize_env): Remove static attribute. > * libgomp.map (INTERNAL): Export initialize_env.
Ugh. While you achieve what you want for the remote board cases, doesn't this completely break all OpenMP and OpenACC programs not built as part of the testsuite, because initialize_env won't be called in that case? Jakub