try a different approach to .S files
This commit is contained in:
parent
40ce5ba674
commit
910ca53df0
1 changed files with 7 additions and 0 deletions
|
|
@ -28,6 +28,13 @@ tspawnloop: tspawnloop.$O
|
||||||
%.$O: %.c
|
%.$O: %.c
|
||||||
$CC $CFLAGS -I. $stem.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
|
test:V: tprimes tspawn
|
||||||
primes 1 10007 >p1.txt
|
primes 1 10007 >p1.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue