plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 910ca53df0b6b5b86645476b3e42810d061cbb7a
parent 40ce5ba674ec42fe33420e58b811e83a3a643c1c
Author: rsc <devnull@localhost>
Date:   Sun,  1 May 2005 22:28:11 +0000

try a different approach to .S files

Diffstat:
Msrc/libthread/mkfile | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/libthread/mkfile b/src/libthread/mkfile @@ -28,6 +28,13 @@ tspawnloop: tspawnloop.$O %.$O: %.c $CC $CFLAGS -I. $stem.c +# cannot use generic .S rule because it conflicts +# with generic .s rule in mkcommon on case-insensitive +# systems like Mac OS X. + +OpenBSD-power-asm.$O: OpenBSD-power-asm.S + $CC $CFLAGS $stem.S + test:V: tprimes tspawn primes 1 10007 >p1.txt