diff options
author | rsc <devnull@localhost> | 2006-02-16 06:22:03 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-16 06:22:03 +0000 |
commit | c33c1419f46d6c39651c8d51e54f3ea2e0a65677 (patch) | |
tree | ab11dde63ea89046c43555d2d66b93db4edcb10f | |
parent | 8712d1a38e87e8f51257a80246f51d075aae7f5b (diff) | |
download | plan9port-c33c1419f46d6c39651c8d51e54f3ea2e0a65677.tar.gz plan9port-c33c1419f46d6c39651c8d51e54f3ea2e0a65677.tar.bz2 plan9port-c33c1419f46d6c39651c8d51e54f3ea2e0a65677.zip |
fixes
-rw-r--r-- | src/libthread/mkfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libthread/mkfile b/src/libthread/mkfile index 825062a9..ac9e260c 100644 --- 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 |