ICU-3710 Here are the right threading options.

X-SVN-Rev: 15250
This commit is contained in:
George Rhoten 2004-05-11 15:40:51 +00:00
parent 27977471ca
commit 97553518b3

View File

@ -14,7 +14,7 @@ SHAREDLIBCPPFLAGS =
## Additional flags when building libraries and with threads
LIBCPPFLAGS = -D_REENTRANT
THREADSCPPFLAGS = -D_REENTRANT
THREADSCPPFLAGS = -D_REENTRANT -pthread
# Use int for int32_t
DEFS += -D_LP64