On 09/12/05 15:55, Ashwin Bharambe wrote:
- stop gcc once the cp frontend parses the code and generates the parse tree structure.
Check -fsyntax-only.
- disable the stage1,stage2 compilation etc. during the build process?
just do 'make all' instead of 'make bootstrap'.