Change the meaning of "armv5", so that Symbian^4 builds use RVCT 4.0 by default
authorWilliam Roberts <williamr@symbian.org>
Tue, 21 Sep 2010 13:18:44 +0100
changeset 132 2ec24d1f3bc0
parent 131 5f704711157f
child 134 71526475f70c
Change the meaning of "armv5", so that Symbian^4 builds use RVCT 4.0 by default
foundation_system/sf_config/sbs/s60_sbs_config.xml
--- a/foundation_system/sf_config/sbs/s60_sbs_config.xml	Mon Sep 20 18:16:55 2010 +0100
+++ b/foundation_system/sf_config/sbs/s60_sbs_config.xml	Tue Sep 21 13:18:44 2010 +0100
@@ -24,4 +24,13 @@
 	<var name="permissive">
 		<append name="CC_ERRORS_CONTROL_OPTION" value="-fpermissive"/>
 	</var>
+
+	<!-- Use RVCT 4.0 as the default compiler for ARMV5 -->
+	<alias name="armv5_urel" meaning="arm.v5.urel.rvct4_0"/>
+	<alias name="armv5_udeb" meaning="arm.v5.udeb.rvct4_0"/>
+	<group name="armv5">
+		<aliasRef ref="armv5_urel"/>
+		<aliasRef ref="armv5_udeb"/>
+	</group>
+
 </build>