Use RVCT 4.0 runtime support in "surge" variant - trying out fix for Bug 3073 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Wed, 23 Jun 2010 10:26:26 +0100
branchGCC_SURGE
changeset 64 01e93f67d69f
parent 63 d0c1ad0b5c53
child 68 f0d26e1063c4
Use RVCT 4.0 runtime support in "surge" variant - trying out fix for Bug 3073
foundation_system/sf_config/sbs/s60_sbs_config.xml
--- a/foundation_system/sf_config/sbs/s60_sbs_config.xml	Tue Jun 22 22:11:23 2010 +0100
+++ b/foundation_system/sf_config/sbs/s60_sbs_config.xml	Wed Jun 23 10:26:26 2010 +0100
@@ -25,5 +25,8 @@
 		<append name="CPP_LANG_OPTION" value="-fpermissive"/>   <!-- downgrade "extra qualification XXX on member YYY" errors to warnings -->
 		<append name="CPP_LANG_OPTION" value="-Wno-invalid-offsetof"/>		<!-- turn off "perhaps the 'offsetof' macro was used incorrectly" -->
 		<append name="CC_WARNINGS_CONTROL_OPTION" value="-Wno-attributes"/>		<!-- turn off warnings where IMPORT_C and EXPORT_C are *correctly* matched -->
+
+		<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 -->
 	</var>
 </build>