special case for -pthread (bug 10876)

This commit is contained in:
Brian 2007-05-08 14:03:04 -06:00
parent 58eaf0acca
commit ed2fddc98e

View file

@ -100,6 +100,10 @@ do
-L*)
DEPS="$DEPS $1"
;;
-pthread)
# this is a special case (see bugzilla 10876)
DEPS="$DEPS $1"
;;
'-cplusplus')
CPLUSPLUS=1
;;