This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Including GMP/MPFR in GCC repository?


On Thu, Oct 12, 2006 at 02:14:53PM -0400, Kaveh R. GHAZI wrote:
> On Wed, 11 Oct 2006, Steve Kargl wrote:
> >
> > It should be straight forward to modify the current configure tests
> > in toplevel for the versions of gmp and mpfr you need.  I would
> > recommend at least mpfr 2.2.0 (which would allow me to kill the ugly
> > hacks in gfortran).  For gmp, you may be able to use a version as
> > old as 4.1.0.
> 
> Like this?  I combined the two MPFR tests into one and had it stop if
> configure can't find the right versions of the libraries.
> 
> Tested on sparc-sun-solaris2.10 via "configure" with no GMP/MPFR, with an
> older MPFR version and with current versions.  It did the "right thing" in
> all cases.
> 
> Okay for stage1?
> 

The patch looks okay to me, but you'll need one of the
build machinery people to approve the patch.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]