Re: gcc and gmp/mpfr - order of build

2007-03-05 Thread Paul Brook
On Monday 05 March 2007 22:00, Andreas Schwab wrote: > "Kate Minola" <[EMAIL PROTECTED]> writes: > > Option A. Use the bootstrap compiler to first build gmp and mpfr, > > then build gcc. > > > > Option B. Build gcc without gmp and mpfr. Then use it to > > build gmp and mpfr. Now rebuild gcc usi

Re: gcc and gmp/mpfr - order of build

2007-03-05 Thread Andreas Schwab
"Kate Minola" <[EMAIL PROTECTED]> writes: > Option A. Use the bootstrap compiler to first build gmp and mpfr, > then build gcc. > > Option B. Build gcc without gmp and mpfr. Then use it to > build gmp and mpfr. Now rebuild gcc using gmp and mpfr. > > Are there other options? Option C: unpack

Re: gcc and gmp/mpfr - order of build

2007-03-05 Thread Mike Stump
gcc-help is a more appropriate list... On Mar 5, 2007, at 12:19 PM, Kate Minola wrote: What is the recommended order of building gcc, gmp, mpfr? Any ordering is probably fine. I notice that now gcc depends on gmp and mpfr to build. Yes. What is the recommended order of building gcc, gmp,