diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2006-12-02 16:52:15 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2006-12-02 16:52:15 +0000 |
commit | b5147de7c1bfac14531cb1babce807bbfd4a8848 (patch) | |
tree | 7c54384fecf8e24ff39edc2acb29a9a016dea6e9 /configure | |
parent | f1f66b423f6033acb84815a34b66b231d6cf9816 (diff) | |
download | gcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.zip gcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.tar.gz gcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.tar.bz2 |
configure.in: Update MPFR version in error message.
* configure.in: Update MPFR version in error message.
* configure: Regenerate.
gcc:
* doc/install.texi: Update recommended MPFR version. Remove
obsolete reference to cumulative patch.
gcc/testsuite:
* gcc.dg/torture/builtin-sin-mpfr-1.c: Update MPFR comment.
From-SVN: r119447
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2392,7 +2392,7 @@ fi CFLAGS="$saved_CFLAGS" if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then - { echo "configure: error: Building GCC requires GMP 4.1+ and MPFR 2.2+. + { echo "configure: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+. Try the --with-gmp and/or --with-mpfr options to specify their locations. Copies of these libraries' source code can be found at their respective hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/. |