diff options
author | Brian <brian@yutani.localnet.net> | 2007-05-08 14:03:04 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-05-08 14:03:04 -0600 |
commit | ed2fddc98ef017d8b6460e326d08ce2635458812 (patch) | |
tree | 86a54fde80dd31b23f7906a645fb2f18c09a11d8 /bin | |
parent | 58eaf0accaa38f6e02d7af928ea0851cb4ae91cd (diff) |
special case for -pthread (bug 10876)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mklib | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -100,6 +100,10 @@ do -L*) DEPS="$DEPS $1" ;; + -pthread) + # this is a special case (see bugzilla 10876) + DEPS="$DEPS $1" + ;; '-cplusplus') CPLUSPLUS=1 ;; |