This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Tiny GCC: Pure, Unadulterated, Object Code
- From: Ian Lance Taylor <iant at google dot com>
- To: Michael Witten <mfwitten at MIT dot EDU>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 23 Jan 2008 17:51:58 -0800
- Subject: Re: Tiny GCC: Pure, Unadulterated, Object Code
- References: <F2549C1E-8E51-42C3-A1AB-EA0534C69AC4@mit.edu>
Michael Witten <mfwitten@MIT.EDU> writes:
> Therefore, the gcc cross-compilers I want to build need only
> produce object code in the correct format using already pre-
> processed code. That means:
>
> These cross-compilers don't need access to any kind of
> libraries or headers.
>
> They don't need C libraries, or libstdc++, or libobjc,
> or anything that has absolutely nothing to do whatsoever
> with compilation.
>
>
> Can I build gcc in this way?
Sure, but you'll have to hack at it manually. There is no supported
configure option for this, or anything like that.
Ian