Use ksrt_gcce.lib instead of ksrt4_0.lib, to complete the fix for bug 3359 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Thu, 29 Jul 2010 23:57:46 +0100
branchGCC_SURGE
changeset 103 d43f5ec07a2c
parent 102 d47be5911087
Use ksrt_gcce.lib instead of ksrt4_0.lib, to complete the fix for bug 3359
foundation_system/sf_config/sbs/s60_sbs_config.xml
--- a/foundation_system/sf_config/sbs/s60_sbs_config.xml	Wed Jul 28 22:24:58 2010 +0100
+++ b/foundation_system/sf_config/sbs/s60_sbs_config.xml	Thu Jul 29 23:57:46 2010 +0100
@@ -30,7 +30,7 @@
 		<set name="AAPCS_OPTION" value="-mapcs-frame -mthumb-interwork"/>   <!-- use -mapcs-frame instead of -mapcs - see Bug 1405 -->
 		<set name="RW_BASE" value="$(RW_BASE_OPTION)0x1400000"/>          <!-- allow for the mega Qt executables with up to 20 Meg of code+rodata -->
 		<set name="USER_STATIC_RUNTIME_LIB" value="usrt4_0.lib"/>        <!-- use the RVCT 4.0 version of the runtime support -->
-		<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt4_0.lib"/>      <!-- use the RVCT 4.0 version of the runtime support -->
+		<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt_gcce.lib"/>     <!-- use the GCC-specific version of the kernel runtime support -->
 
 	</var>