]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove .S support from Makefile
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 7 Jan 2010 05:12:33 +0000 (18:12 +1300)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 7 Jan 2010 05:12:33 +0000 (18:12 +1300)
Makefile
vm/Config.ppc

index 772f3f98754db42759372294788e750c3884b648..57b7ef08482c2d6a82338b63f9a061b4e58959e0 100755 (executable)
--- 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 $@ $<
 
index 1ded04dda19b08dc15f121b70b6b265f582a99fb..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1 +1 @@
-PLAF_DLL_OBJS += vm/cpu-ppc.o
+