Remove .S support from Makefile

db4
Slava Pestov 2010-01-07 18:12:33 +13:00
parent 0ad8ba204b
commit ea2bd73214
2 changed files with 1 additions and 4 deletions

View File

@ -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 $@ $<

View File

@ -1 +1 @@
PLAF_DLL_OBJS += vm/cpu-ppc.o