svgtopt/SVG/SVGEngine/group/SVGEngine.mmp
changeset 17 443d52b01c62
parent 0 d46562c3d99d
child 24 7a2839af2069
child 26 796196dd6e68
--- a/svgtopt/SVG/SVGEngine/group/SVGEngine.mmp	Fri Mar 19 09:42:47 2010 +0200
+++ b/svgtopt/SVG/SVGEngine/group/SVGEngine.mmp	Fri Apr 16 15:55:53 2010 +0300
@@ -19,7 +19,12 @@
 #include <platform_paths.hrh>
 
 ALWAYS_BUILD_AS_ARM
-OPTION_REPLACE ARMCC --cpu 5T -O3 -Otime
+/* Srini: Raptor automatically adds --cpu 5te when building for rvct4.0
+                           and adds --cpu 5t when building with rvct 2.2.
+                           basically the option is redundant. please don't add the option.
+
+  */     
+OPTION_REPLACE ARMCC -O3 -Otime
 TARGET SVGEngine.dll
 TARGETTYPE dll