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