sbsv2/raptor/test/custom_options/rvct40/.sbs_init.xml
author Richard Taylor <richard.i.taylor@nokia.com>
Wed, 14 Jul 2010 14:50:01 +0100
changeset 616 24e4ef208cca
permissions -rw-r--r--
sbs version 2.14.2

<?xml version="1.0" encoding="ISO-8859-1"?>

<build xmlns="http://symbian.com/xml/build"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">

	<!-- make RVCT4.0 the default compiler for ARMV5 and ARMV7 -->

	<alias name="armv5_urel" meaning="arm.v5.urel.rvct4_0"/>
	<alias name="armv5_udeb" meaning="arm.v5.udeb.rvct4_0"/>

	<alias name="armv7_urel" meaning="arm.v7.urel.rvct4_0"/>
	<alias name="armv7_udeb" meaning="arm.v7.udeb.rvct4_0"/>
	
</build>