URI: 
       tsparc64 rule - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 76a78f4320d51c827bec2bb2ca6cba64bb7f025d
   DIR parent 866a7d1f265fd728dfeecfcdba2da4a53813079e
  HTML Author: rsc <devnull@localhost>
       Date:   Tue, 14 Feb 2006 06:52:41 +0000
       
       sparc64 rule
       
       Diffstat:
         M src/libthread/mkfile                |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/src/libthread/mkfile b/src/libthread/mkfile
       t@@ -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
       t@@ -48,3 +51,4 @@ test:V: tprimes tspawn
        
        CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt
        
       +