svgtopt/SVG/SVGEngine/group/SVGEngine.mmp
branchRCL_3
changeset 39 1902ade171ab
parent 38 db5c883ad1c5
--- a/svgtopt/SVG/SVGEngine/group/SVGEngine.mmp	Tue Aug 31 16:06:58 2010 +0300
+++ b/svgtopt/SVG/SVGEngine/group/SVGEngine.mmp	Wed Sep 01 12:20:46 2010 +0100
@@ -19,12 +19,7 @@
 #include <platform_paths.hrh>
 
 ALWAYS_BUILD_AS_ARM
-/* 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
+OPTION_REPLACE ARMCC --cpu 5T -O3 -Otime
 TARGET SVGEngine.dll
 TARGETTYPE dll
 
@@ -62,7 +57,6 @@
 SOURCE Svgdecoder.cpp
 SOURCE SVGFourPointRect.cpp
 
-
 SOURCEPATH ../../SVGImpl/src
 
 SOURCE SVGElementImpl.cpp