Export prebuilt binaries in GCCE builds, including new rt_generic_exports.zip - Bug 2926
--- 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