Tiny GCC: Pure, Unadulterated, Object Code
Brian Dessent
brian@dessent.net
Fri Jan 25 04:23:00 GMT 2008
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
More information about the Gcc-help
mailing list