From 06bb4ed20d855b60e39c1125d8d715ba8892265b Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 17 Sep 2004 00:38:29 +0000 Subject: 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. --- bin/9l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/9l b/bin/9l index 5ecdf405..a427f2a5 100755 --- a/bin/9l +++ b/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" -- cgit v1.2.3