more thread work
This commit is contained in:
parent
77dcf88474
commit
1956455367
12 changed files with 294 additions and 340 deletions
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
if [ `uname` = Linux ]
|
||||
then
|
||||
case "`uname | awk '{print $3}'`" in
|
||||
*)
|
||||
echo Linux-clone
|
||||
;;
|
||||
case `uname -r` in
|
||||
2.[6789]*)
|
||||
echo pthread
|
||||
;;
|
||||
*)
|
||||
echo Linux-clone
|
||||
;;
|
||||
esac
|
||||
else
|
||||
echo pthread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue