There must be an explicit way to build the .o!
This commit is contained in:
parent
4a8224b598
commit
4b26fe30de
1 changed files with 3 additions and 0 deletions
|
@ -85,7 +85,10 @@ co86-out.s: asm/co-586.pl ../perlasm/x86asm.pl
|
|||
(cd asm; $(PERL) co-586.pl a.out $(CFLAGS) > ../$@)
|
||||
|
||||
sparcv8.o: asm/sparcv8.S
|
||||
|
||||
sparcv8plus.o: asm/sparcv8plus.S
|
||||
$(CC) $(CFLAGS) -c asm/sparcv8plus.S
|
||||
|
||||
mips3.o: asm/mips3.s
|
||||
|
||||
x86_64-gcc.o: asm/x86_64-gcc.c
|
||||
|
|
Loading…
Reference in a new issue