diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-10 20:07:50 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-10 20:07:50 +0000 |
commit | 0091de3c2b5a7dcca2e3774c5ec1f3d92e988ebb (patch) | |
tree | 8f5d713bed3e3e3ffdce3d1ec3c8c4e6792024be /gcc/doc/install.texi | |
parent | f5cfa40206ef61cecab14e624f380e4cbbf7c0de (diff) | |
download | gcc-0091de3c2b5a7dcca2e3774c5ec1f3d92e988ebb.tar.gz |
2010-12-10 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 167697
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@167699 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fbb2d4c04cf..17021c268e1 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1337,6 +1337,16 @@ do a @samp{make -C gcc gnatlib_and_tools}. Specify that the run-time libraries for stack smashing protection should not be built. +@item --disable-libquadmath +Specify that the GCC quad-precision math library should not be built. +On some systems, the library is required to be linkable when building +the Fortran front end, unless @option{--disable-libquadmath-support} +is used. + +@item --disable-libquadmath-support +Specify that the Fortran front end and @code{libgfortran} do not add +support for @code{libquadmath} on systems supporting it. + @item --disable-libgomp Specify that the run-time libraries used by GOMP should not be built. |