Commit 4b26fe30 authored by Ben Laurie's avatar Ben Laurie
Browse files

There must be an explicit way to build the .o!

parent 4a8224b5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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