2010-03-15 21:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbthread.h
! added workaround for problems with static __thread variables in
Open64 C compiler
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-03-15 21:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbthread.h
|
||||
! added workaround for problems with static __thread variables in
|
||||
Open64 C compiler
|
||||
|
||||
2010-03-15 21:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* external/bzip2/Makefile
|
||||
* external/bzip2/bzip2.dif
|
||||
|
||||
@@ -442,7 +442,7 @@ extern HB_BOOL hb_threadMutexSyncWait( PHB_ITEM pItemMtx, HB_ULONG ulMilliSec, P
|
||||
( __GLIBC__ > 2 || ( __GLIBC__ == 2 && __GLIBC_MINOR__ >= 6 ) ) && \
|
||||
defined( HB_OS_LINUX ) && \
|
||||
( defined( __i386__ ) || defined( __x86_64__ ) ) && \
|
||||
( !defined( __OPENCC__ ) || !defined( HB_DYNLIB ) )
|
||||
!defined( __OPENCC__ )
|
||||
# define HB_USE_TLS
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user