Re: [RFC PATCH]: enable building GMP/MPFR in local tree

2006-10-09 Thread Joseph S. Myers
On Mon, 9 Oct 2006, Mike Stump wrote: > On Oct 8, 2006, at 1:42 PM, Kaveh R. GHAZI wrote: > > It turned out to be much easier than I thought to decipher the top level > > machinery and get GMP/MPFR building inside the GCC tree. :-) > > Some thoughts, if this configures and builds most (all?) of t

Re: [RFC PATCH]: enable building GMP/MPFR in local tree

2006-10-09 Thread Mike Stump
On Oct 8, 2006, at 1:42 PM, Kaveh R. GHAZI wrote: It turned out to be much easier than I thought to decipher the top level machinery and get GMP/MPFR building inside the GCC tree. :-) Some thoughts, if this configures and builds most (all?) of the time, then we are changing the portability

Re: [RFC PATCH]: enable building GMP/MPFR in local tree

2006-10-08 Thread Steve Kargl
On Sun, Oct 08, 2006 at 04:42:29PM -0400, Kaveh R. GHAZI wrote: > > 3. Assuming we're merciless in requiring an up-to-date version of > GMP/MPFR in #2, remove hacks in fortran that work around bugs in older > copies of GMP/MPFR. We can also do this separately after everything > settles down. Ca

[RFC PATCH]: enable building GMP/MPFR in local tree

2006-10-08 Thread Kaveh R. GHAZI
It turned out to be much easier than I thought to decipher the top level machinery and get GMP/MPFR building inside the GCC tree. :-) The patch below is sufficient to build both GMP and MPFR and use them when linking cc1. When I add in my previous patch for PR 29335 to evaluate sin/cos/tan at co