diff options
author | rsc <devnull@localhost> | 2006-02-14 06:52:41 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-14 06:52:41 +0000 |
commit | 76a78f4320d51c827bec2bb2ca6cba64bb7f025d (patch) | |
tree | bf3cffe81ac490a7c2666225192dd067842ee7d9 /src/libthread | |
parent | 866a7d1f265fd728dfeecfcdba2da4a53813079e (diff) | |
download | plan9port-76a78f4320d51c827bec2bb2ca6cba64bb7f025d.tar.gz plan9port-76a78f4320d51c827bec2bb2ca6cba64bb7f025d.tar.bz2 plan9port-76a78f4320d51c827bec2bb2ca6cba64bb7f025d.zip |
sparc64 rule
Diffstat (limited to 'src/libthread')
-rw-r--r-- | src/libthread/mkfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libthread/mkfile b/src/libthread/mkfile index d552d079..07569a6a 100644 --- 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 + |