Michael Witten <mfwitten@xxxxxxx> 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