Rewrite to remove dependence on rendezvous and its bizarre
data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine.
This commit is contained in:
parent
984e353160
commit
06bb4ed20d
15 changed files with 205 additions and 218 deletions
2
bin/9l
2
bin/9l
|
|
@ -10,7 +10,7 @@ case "$tag" in
|
|||
extralibs="$extralibs -lutil"
|
||||
;;
|
||||
*Linux*) ld=gcc
|
||||
extralibs="$extralibs -lutil"
|
||||
extralibs="$extralibs -lutil -lpthread"
|
||||
;;
|
||||
*Darwin*) ld=gcc ;;
|
||||
*SunOS*) ld="${CC9:-cc} -g"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue