This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Porting libstdc++ to custom OS?


> I use a precompiled GCC v3.3 crosscompiler for SH platform, where I have
> a custom multithreaded OS. My development platform is win32 (Cygwin). I
> want to port libstdc++ to work properly with my OS, but do not want to
> compile gcc. (I do not use exceptions or rtti, so I suppose gcc
> internally do not need to be aware of my OS.) Specifically, I only want
> to use STL containers and algorithms, and nothing which need OS support
> (e.g. IO streams, character types or locale).

> What I have to do?

In all seriousness: have you considered using the last stable SGI
release of plain-jane STL?

If you want to use the latest libstdc++-v3 bits, then you (or someone
you pay) will have to do a bit of work since there is no configuration
related to your request.

Regards,
Loren


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]