Lines 25930-25936
Link Here
|
25930 |
*-*-cygwin*|*-*-darwin*) |
25930 |
*-*-cygwin*|*-*-darwin*) |
25931 |
# skip cygwin and darwin -pthread or -pthreads test |
25931 |
# skip cygwin and darwin -pthread or -pthreads test |
25932 |
;; |
25932 |
;; |
25933 |
*-solaris*) |
25933 |
xxx*-solaris*) |
25934 |
# These compiler/linker flags work with both Sun Studio and gcc |
25934 |
# These compiler/linker flags work with both Sun Studio and gcc |
25935 |
# Sun Studio expands -mt to -D_REENTRANT and -lthread |
25935 |
# Sun Studio expands -mt to -D_REENTRANT and -lthread |
25936 |
# gcc expands -pthreads to -D_REENTRANT -D_PTHREADS -lpthread |
25936 |
# gcc expands -pthreads to -D_REENTRANT -D_PTHREADS -lpthread |