Whamcloud - gitweb
b=20355 formalize support for pthreads
authorBrian J. Murrell <brian.murrell@oracle.com>
Tue, 22 Jun 2010 19:09:31 +0000 (15:09 -0400)
committerRobert Read <robert.read@oracle.com>
Tue, 22 Jun 2010 23:29:50 +0000 (16:29 -0700)
BG/P needs proper pthreads library arguments for linking, so properly
support pthreads properly in configure, using AX_PTHREAD.
The need for the pthread subdirs is because you cannot adjust the CC
variable value used on a per target basis, only for an entire Makefile.
This is the same problem we had with using the MPICC for some targets.
So to make some targets compile with the CC that the AX_PTHREAD macro
discovers/sets, we need to use a new Makefile.  File locations remain
the same however.

i=panda (b1_8 version)
i=whitebear (b1_8 version)


No differences found