Add distinct compsupp_gcc component for GCC runtime support - see Bug 2926 HighFidelityModel
authorWilliam Roberts <williamr@symbian.org>
Tue, 15 Jun 2010 17:13:23 +0100
branchHighFidelityModel
changeset 307 f0fe0e5d82fe
parent 306 f92713c7bdf2
child 309 35553ee25464
Add distinct compsupp_gcc component for GCC runtime support - see Bug 2926
symbian4/os/kernelhwsrv/package_definition.xml
--- a/symbian4/os/kernelhwsrv/package_definition.xml	Mon Jun 14 12:06:36 2010 +0100
+++ b/symbian4/os/kernelhwsrv/package_definition.xml	Tue Jun 15 17:13:23 2010 +0100
@@ -83,9 +83,12 @@
       <component id="euser" name="User Library" purpose="mandatory">
         <unit bldFile="kernel/eka/euser" mrp="kernel/eka/euser/base_e32_euser.mrp"/>
       </component>
-      <component id="compsupp" name="Compiler Runtime Support" filter="gt" purpose="mandatory">
+      <component id="compsupp" name="RVCT Compiler Runtime Support" filter="gt" purpose="mandatory">
         <unit bldFile="kernel/eka/compsupp" mrp="kernel/eka/compsupp/base_e32_compsupp.mrp"/>
       </component>
+      <component id="compsupp_gcc" name="GCC Compiler Runtime Support" filter="gt,sf_build" purpose="mandatory">
+        <unit bldFile="kernel/eka/compsupp/gcce"/>
+      </component>
       <component id="fileserver" name="File Server" filter="gt" purpose="mandatory">
         <unit bldFile="userlibandfileserver/fileserver/group" mrp="userlibandfileserver/fileserver/group/base_f32.mrp"/>
       </component>