commit 76a78f4320d51c827bec2bb2ca6cba64bb7f025d
parent 866a7d1f265fd728dfeecfcdba2da4a53813079e
Author: rsc <devnull@localhost>
Date: Tue, 14 Feb 2006 06:52:41 +0000
sparc64 rule
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/libthread/mkfile b/src/libthread/mkfile
@@ -36,6 +36,9 @@ tspawnloop: tspawnloop.$O
OpenBSD-%-asm.$O: OpenBSD-%-asm.S
$CC $CFLAGS OpenBSD-$stem-asm.S
+Linux-sparc64-context.$O: Linux-sparc64-context.S
+ $CC $CFLAGS Linux-sparc64-context.S
+
test:V: tprimes tspawn
primes 1 10007 >p1.txt
$PLAN9/bin/time ./tprimes 10000 >tp1.txt
@@ -48,3 +51,4 @@ test:V: tprimes tspawn
CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt
+