Bug 2998 - GCC def file issues in svgt GCC_SURGE
authorShabe Razvi<shaber@symbian.org>
Wed, 16 Jun 2010 14:58:03 +0100
branchGCC_SURGE
changeset 24 7a2839af2069
parent 23 09462dc15818
child 25 211a512625bf
Bug 2998 - GCC def file issues in svgt
svgtopt/SVG/SVGEngine/group/SVGEngine.mmp
svgtopt/SVGEngineJI/group/SVGEngineJI.mmp
--- a/svgtopt/SVG/SVGEngine/group/SVGEngine.mmp	Fri Jun 11 16:26:52 2010 +0100
+++ b/svgtopt/SVG/SVGEngine/group/SVGEngine.mmp	Wed Jun 16 14:58:03 2010 +0100
@@ -18,7 +18,7 @@
 
 #include <platform_paths.hrh>
 
-ALWAYS_BUILD_AS_ARM
+// 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.
@@ -34,7 +34,7 @@
 UID 0x1000008D 0x101F856E
 
 
-	#if defined( ARMCC )
+	#if defined( EABI )
 	deffile ../eabi/SVGENGINE-OpenVG.def
 	#elif defined( WINSCW )
 	deffile ../BWINSCW/SVGENGINE-OpenVG.def
--- a/svgtopt/SVGEngineJI/group/SVGEngineJI.mmp	Fri Jun 11 16:26:52 2010 +0100
+++ b/svgtopt/SVGEngineJI/group/SVGEngineJI.mmp	Wed Jun 16 14:58:03 2010 +0100
@@ -26,7 +26,7 @@
 UID 0x1000008D 0x101F8821
 
 
-#if defined( ARMCC )
+#if defined( EABI )
 deffile ../eabi/SVGEngineJI.def
 #elif defined( WINSCW )
 deffile ../BWINSCW/SVGEngineJI.def