# HG changeset patch # User Shabe Razvi # Date 1276696683 -3600 # Node ID 7a2839af2069ca0a9eb2526e87ada24c3aaa84e2 # Parent 09462dc1581890677b631beaa9eb68f83957ab2f Bug 2998 - GCC def file issues in svgt diff -r 09462dc15818 -r 7a2839af2069 svgtopt/SVG/SVGEngine/group/SVGEngine.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 -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 diff -r 09462dc15818 -r 7a2839af2069 svgtopt/SVGEngineJI/group/SVGEngineJI.mmp --- 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