[commit] r2399 - Merging support files from cogvm branch.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2399 - Merging support files from cogvm branch.

commits-3
 
Author: andreas
Date: 2011-06-08 23:53:42 -0700 (Wed, 08 Jun 2011)
New Revision: 2399

Modified:
   trunk/platforms/win32/plugins/FloatMathPlugin/Makefile
Log:
Merging support files from cogvm branch.

Modified: trunk/platforms/win32/plugins/FloatMathPlugin/Makefile
===================================================================
--- trunk/platforms/win32/plugins/FloatMathPlugin/Makefile 2011-06-09 06:52:42 UTC (rev 2398)
+++ trunk/platforms/win32/plugins/FloatMathPlugin/Makefile 2011-06-09 06:53:42 UTC (rev 2399)
@@ -1,16 +1,11 @@
 include ../../Makefile.plugin
 
-# Special CFLAGS and OFLAGS
-CFLAGS+= -Werror-implicit-function-declaration
-OFLAGS=-O0
-
 # Special OFLAGS for some files
-#k_tan.o: k_tan.c
-# $(MAKE) -f ../../Makefile.plugin OFLAGS="-O0" $*.o
-#
-#acos.o: acos.c
-# $(MAKE) -f ../../Makefile.plugin OFLAGS="-O0" $*.o
-#
-#tanh.o: tanh.c
-# $(MAKE) -f ../../Makefile.plugin OFLAGS="-O0" $*.o
-#
+k_tan.o: k_tan.c
+ $(MAKE) -f ../../Makefile.plugin OFLAGS="-O0" $*.o
+
+acos.o: acos.c
+ $(MAKE) -f ../../Makefile.plugin OFLAGS="-O0" $*.o
+
+tanh.o: tanh.c
+ $(MAKE) -f ../../Makefile.plugin OFLAGS="-O0" $*.o