Remove .S support from Makefile
parent
0ad8ba204b
commit
ea2bd73214
3
Makefile
3
Makefile
|
@ -212,9 +212,6 @@ vm/ffi_test.o: vm/ffi_test.c
|
|||
.cpp.o:
|
||||
$(TOOLCHAIN_PREFIX)$(CPP) -c $(CFLAGS) -o $@ $<
|
||||
|
||||
.S.o:
|
||||
$(TOOLCHAIN_PREFIX)$(CC) -x assembler-with-cpp -c $(CFLAGS) -o $@ $<
|
||||
|
||||
.mm.o:
|
||||
$(TOOLCHAIN_PREFIX)$(CPP) -c $(CFLAGS) -o $@ $<
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
PLAF_DLL_OBJS += vm/cpu-ppc.o
|
||||
|
||||
|
|
Loading…
Reference in New Issue