diff -r c5e01f2a4bfd -r ec910f1bb750 kernel/eka/compsupp/bld.inf --- 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