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: Brian Dessent <brian at dessent dot net>
- To: Michael Witten <mfwitten at MIT dot EDU>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 24 Jan 2008 04:20:39 -0800
- Subject: Re: Tiny GCC: Pure, Unadulterated, Object Code
- References: <F2549C1E-8E51-42C3-A1AB-EA0534C69AC4@mit.edu>
- Reply-to: gcc-help at gcc dot gnu dot org
Michael Witten wrote:
> Can I build gcc in this way?
>
> I've been trying for quite some time now to achieve such a
> stripped down gcc, but it would seem that the gcc build
> process insists on building these libraries, which I think
> is wholly unnecessary.
You might be able to approximate this by "make all-gcc" and then "make
install-gcc" (or just manually copying the xgcc to the destination.)
Brian