Fixed (?) semaphore support on HPUX 11.x ...
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40426
This commit is contained in:
parent
981df5b527
commit
70d7936adc
1 changed files with 4 additions and 0 deletions
|
@ -1176,6 +1176,10 @@ CheckPTHREAD()
|
|||
pthread_cflags="-D_REENTRANT -mthreads"
|
||||
pthread_lib="-lpthread"
|
||||
;;
|
||||
*-*-hpux11*)
|
||||
pthread_cflags="-D_REENTRANT"
|
||||
pthread_lib="-L/usr/lib -lpthread"
|
||||
;;
|
||||
*-*-qnx*)
|
||||
pthread_cflags=""
|
||||
pthread_lib=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue