On Monday 02 January 2006 03:33, Paolo Bonzini wrote: > make all-stage2 STAGE1_LANGUAGES=c,fortran > So, how would I now get a cc1plus/f951/jc1/cc1 binary compiled by the stage0 (host) compiler?
Before, I used to do (inside <bld>/gcc): $ make restage1 f951 cc1plus jc1 That would give me the 4 '-g -O0' binaries compiled with the system compiler. I've tried following these notes, but it always gives me binaries built by 'prev-gcc/xgcc'. I need them to be built with the host compiler. Thanks.