Move the rw base to 20 Megs, to allow for even larger Qt executables GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Wed, 28 Jul 2010 22:24:58 +0100
branchGCC_SURGE
changeset 102 d47be5911087
parent 101 da39946e0c66
child 103 d43f5ec07a2c
Move the rw base to 20 Megs, to allow for even larger Qt executables
foundation_system/sf_config/sbs/s60_sbs_config.xml
--- a/foundation_system/sf_config/sbs/s60_sbs_config.xml	Tue Jul 27 13:54:55 2010 +0100
+++ b/foundation_system/sf_config/sbs/s60_sbs_config.xml	Wed Jul 28 22:24:58 2010 +0100
@@ -28,7 +28,7 @@
 		<append name="CC_WARNINGS_CONTROL_OPTION" value="-Wno-attributes"/>		<!-- turn off warnings where IMPORT_C and EXPORT_C are *correctly* matched -->
 
 		<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)0x800000"/>          <!-- allow for the mega Qt executables with more than 4 Meg of code+rodata -->
+		<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 -->