commit c33c1419f46d6c39651c8d51e54f3ea2e0a65677
parent 8712d1a38e87e8f51257a80246f51d075aae7f5b
Author: rsc <devnull@localhost>
Date: Thu, 16 Feb 2006 06:22:03 +0000
fixes
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/libthread/mkfile b/src/libthread/mkfile
@@ -39,6 +39,9 @@ OpenBSD-%-asm.$O: OpenBSD-%-asm.S
Linux-sparc64-context.$O: Linux-sparc64-context.S
$CC -m64 -mcpu=v9 $CFLAGS Linux-sparc64-context.S
+Linux-sparc64-swapcontext.$O: Linux-sparc64-swapcontext.c
+ $CC -m64 -mcpu=v9 $CFLAGS Linux-sparc64-swapcontext.c
+
test:V: tprimes tspawn
primes 1 10007 >p1.txt
$PLAN9/bin/time ./tprimes 10000 >tp1.txt