aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/sourcebuild.texi
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2006-10-21 13:58:13 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2006-10-21 13:58:13 +0000
commit70ec446fab065664c4152f3af5a31a21d9538aa7 (patch)
treeb4d5cc7cf4a03f1acfaa9feddf666f1da921243a /gcc/doc/sourcebuild.texi
parent0778d4e84ac1d0f4dadec932144198770a9b0318 (diff)
downloadgcc-70ec446fab065664c4152f3af5a31a21d9538aa7.zip
gcc-70ec446fab065664c4152f3af5a31a21d9538aa7.tar.gz
gcc-70ec446fab065664c4152f3af5a31a21d9538aa7.tar.bz2
configure.in: Require GMP-4.1+ and MPFR-2.2+.
* configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check need_gmp anymore. * configure: Regenerate. gcc: * Makefile.in (LIBS): Add $(GMPLIBS). * doc/install.texi: Update GMP and MPFR requirements. * doc/sourcebuild.texi (need_gmp): Delete. gcc/fortran: * Make-lang.in (F95_LIBS): Delete. * f951$(exeext): Use $(LIBS) instead of $(F95_LIBS). * config-lang.in (need_gmp): Delete. From-SVN: r117933
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r--gcc/doc/sourcebuild.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 1645520..3162a02 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -721,10 +721,6 @@ If defined, a space-separated list of files that should be scanned by
gengtype.c to generate the garbage collection tables and routines for
this language. This excludes the files that are common to all front
ends. @xref{Type Information}.
-@item need_gmp
-If defined to @samp{yes}, this frontend requires the GMP library.
-Enables configure tests for GMP, which set @code{GMPLIBS} and
-@code{GMPINC} appropriately.
@end table