[svn:parrot] r45606 - trunk/config/gen/makefiles

gerd at svn.parrot.org gerd at svn.parrot.org
Mon Apr 12 11:39:43 UTC 2010


Author: gerd
Date: Mon Apr 12 11:39:43 2010
New Revision: 45606
URL: https://trac.parrot.org/parrot/changeset/45606

Log:
Changes it to that, what I think, was the original intention. I tested the changes on Windows 7 with the Visual Studio 2010 Release Candidate in a configuration as a 32 bit environment.

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon Apr 12 11:38:47 2010	(r45605)
+++ trunk/config/gen/makefiles/root.in	Mon Apr 12 11:39:43 2010	(r45606)
@@ -587,10 +587,8 @@
 .c$(O) : # suffix rule (limited support)
 	$(CC) $(CFLAGS) @optimize@ $(CC_WARN) -I$(@D) @cc_o_out@$@ -c $<
 
-.s$(O) : # suffix rule (limited support)
-	$(CC) $(CFLAGS) @optimize@ $(CC_WARN) -I$(@D) @cc_o_out@$@ -c $<
-#UNLESS(win32).S$(O) : # suffix rule (limited support)
-#UNLESS(win32)	$(CC) $(CFLAGS) @optimize@ $(CC_WARN) -I$(@D) @cc_o_out@$@ -c $<
+#UNLESS(win32):.s$(O) : # suffix rule (limited support)
+#UNLESS(win32):	$(CC) $(CFLAGS) @optimize@ $(CC_WARN) -I$(@D) @cc_o_out@$@ -c $<
 
 .pir.pbc : # suffix rule (limited support)
 	$(PARROT) -o $@ $<


More information about the parrot-commits mailing list