This is the mail archive of the gcc-patches@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]

[PATCH] Require GMP 4.2 and MPFR 2.2


The attached patch raises the bar on the versions of gmp and
mpfr that are needed for building gfortran.  This is my first
attempt at editing the toplevel configure.in, so I would
appreciate the scrutiny of someone who actually understand
autoconf.  In fact, someone else will need to commit this patch
or an improved version because I believe my write access is
limited to gfortran changes.

BTW, the reason for requiring MPFR 2.2 is that gfortran will
soon use mpfr_subnormalize() instead of its current hackish
code.

2006-04-15  Steven G. Kargl  <kargls@comcast.net>

	* configure.in:  Required versions of GMP and MPFR are 4.2 and 
	2.2, respectively.
	* configure: Regenerated.

-- 
Steve

Attachment: configure.in.diff
Description: Text document


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