From ea2bd732142a3feeefb96821e898f1fb837d8489 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 7 Jan 2010 18:12:33 +1300 Subject: [PATCH] Remove .S support from Makefile --- Makefile | 3 --- vm/Config.ppc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 772f3f9875..57b7ef0848 100755 --- a/Makefile +++ b/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 $@ $< diff --git a/vm/Config.ppc b/vm/Config.ppc index 1ded04dda1..8b13789179 100644 --- a/vm/Config.ppc +++ b/vm/Config.ppc @@ -1 +1 @@ -PLAF_DLL_OBJS += vm/cpu-ppc.o +