foundation_system/sf_config/sbs/s60_sbs_config.xml
branchGCC_SURGE
changeset 103 d43f5ec07a2c
parent 102 d47be5911087
equal deleted inserted replaced
102:d47be5911087 103:d43f5ec07a2c
    28 		<append name="CC_WARNINGS_CONTROL_OPTION" value="-Wno-attributes"/>		<!-- turn off warnings where IMPORT_C and EXPORT_C are *correctly* matched -->
    28 		<append name="CC_WARNINGS_CONTROL_OPTION" value="-Wno-attributes"/>		<!-- turn off warnings where IMPORT_C and EXPORT_C are *correctly* matched -->
    29 
    29 
    30 		<set name="AAPCS_OPTION" value="-mapcs-frame -mthumb-interwork"/>   <!-- use -mapcs-frame instead of -mapcs - see Bug 1405 -->
    30 		<set name="AAPCS_OPTION" value="-mapcs-frame -mthumb-interwork"/>   <!-- use -mapcs-frame instead of -mapcs - see Bug 1405 -->
    31 		<set name="RW_BASE" value="$(RW_BASE_OPTION)0x1400000"/>          <!-- allow for the mega Qt executables with up to 20 Meg of code+rodata -->
    31 		<set name="RW_BASE" value="$(RW_BASE_OPTION)0x1400000"/>          <!-- allow for the mega Qt executables with up to 20 Meg of code+rodata -->
    32 		<set name="USER_STATIC_RUNTIME_LIB" value="usrt4_0.lib"/>        <!-- use the RVCT 4.0 version of the runtime support -->
    32 		<set name="USER_STATIC_RUNTIME_LIB" value="usrt4_0.lib"/>        <!-- use the RVCT 4.0 version of the runtime support -->
    33 		<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt4_0.lib"/>      <!-- use the RVCT 4.0 version of the runtime support -->
    33 		<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt_gcce.lib"/>     <!-- use the GCC-specific version of the kernel runtime support -->
    34 
    34 
    35 	</var>
    35 	</var>
    36 
    36 
    37   <alias name="armv5_urel" meaning="arm.v5.urel.gcce4_4_1.surge"/>
    37   <alias name="armv5_urel" meaning="arm.v5.urel.gcce4_4_1.surge"/>
    38   <alias name="armv5_udeb" meaning="arm.v5.udeb.gcce4_4_1.surge"/>
    38   <alias name="armv5_udeb" meaning="arm.v5.udeb.gcce4_4_1.surge"/>