Re: [Cegcc-devel] size od CeGCC generated code

2007-12-06 Thread Danny Backx
0 #define __CEGCC_VERSION_MINOR__ 51 #define __CEGCC_VERSION_PATCHLEVEL__ 0 #define __CEGCC_BUILD_DATE__ 20071206 /* Automatic changes above */ #define __CEGCC_VERSION__ \ (((__CEGCC_VERSION_MAJOR__) << 16) + ((__CEGCC_VERSION_MINOR__) << 8) + (

Re: [Cegcc-devel] size od CeGCC generated code

2007-12-06 Thread Jacek M. Holeczek
> I can (and I'm inclined to) make the DLLs available as a separate > download. There would be two advantages to this : you could benefit, and > it would get tested. Why not put them in, by default, and let the people choose which one they want to use? If you really want to make a new binary rele

Re: [Cegcc-devel] size od CeGCC generated code

2007-12-06 Thread Danny Backx
On Wed, 2007-12-05 at 08:53 +0100, Jacek M. Holeczek wrote: > > Doesn't use of a DLL remove most of this whole issue ? > > Yes, I believe so. > However, is there any definite plan to switch to shared libstdc++ for > the mingw32ce target? Pedro recently asked not to put this in the release because