Export prebuilt binaries in GCCE builds, including new rt_generic_exports.zip - Bug 2926 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Sun, 13 Jun 2010 10:15:35 +0100
branchGCC_SURGE
changeset 145 ec910f1bb750
parent 144 c5e01f2a4bfd
child 146 eb29190b8a37
Export prebuilt binaries in GCCE builds, including new rt_generic_exports.zip - Bug 2926
kernel/eka/compsupp/bld.inf
kernel/eka/compsupp/rt_generic_export.zip
--- a/kernel/eka/compsupp/bld.inf	Fri Jun 11 17:56:35 2010 +0100
+++ b/kernel/eka/compsupp/bld.inf	Sun Jun 13 10:15:35 2010 +0100
@@ -32,7 +32,9 @@
 
 PRJ_MMPFILES
 
-#if !defined GCCXML && !defined GCCE
+#if !defined GCCXML
+
+#if !defined GCCE
 
     symcpp/scppnwdl.mmp
     rvct/dfprvct-thunk.mmp
@@ -57,6 +59,8 @@
 
     #endif
 
+#endif // !defined GCCE
+
 PRJ_EXTENSIONS
 
 // Export the compiler-specific support files built by this component
@@ -83,6 +87,16 @@
 end
 #endif
 
-#endif // #if !defined GCCXML && !defined GCCE
+// Workaround for GCCE builds
+// Export the generic binaries which are currently only built with RVCT
+
+#if defined(GCCE)
+start extension tools/compsupp
+option  FILE  $(EXTENSION_ROOT)/rt_generic_export.zip
+option  TODIR $(EPOCROOT)
+end
+#endif
+
+#endif // #if !defined GCCXML
 
 
Binary file kernel/eka/compsupp/rt_generic_export.zip has changed