This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Compiling w/o gcc?
- To: libstdc++ at gcc dot gnu dot org, greened at eecs dot umich dot edu
- Subject: Re: Compiling w/o gcc?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Sat, 31 Mar 2001 16:52:05 -0800
Hmm. A place to start is to take the current CVS for libstdc++-v3, and
try to compile all the source files on your target platform with your
vendor compiler. You can find a list of these sources in the assorted
Makefiles (libsupc++/Makefile.am and src/Makefile.am in particular.)
You've got to start somewhere and this looks as good of a place to
start as any.
I don't know if anybody's done this before, which would explain why
the HOWTOs are a bit weak on the subject.
You could look at the Makefiles generated for a native linux/x86 build
and port that to your host system. You could try building a cross
compiler and using those configuration files for your system. I leave
the final approach as an exercise....
With all due respect, I doubt you have a current runtime from your
vendor: major changes to the GNU c++ runtime code happened just this
wednesday.
-benjamin