Message ID | 4CFBF72D.8050904@net-b.de |
---|---|
State | New |
Headers | show |
On 05.12.2010 21:33, Tobias Burnus wrote: > Tobias Burnus wrote: >> H.J. Lu wrote: >>> On Sat, Dec 4, 2010 at 8:15 AM, Tobias Burnus<burnus@net-b.de> wrote: >>>> This patch adds two configure options: >>>> --disable-libquadmath >>>> which disables the libquadmath build (e.g. to use the system's >>>> libquadmath) >>> This isn't very clear. We already have --with-system-zlib, why not >>> --with-system-libquadmath? > > Well, we also have: --enable-libada and --enable-libssp. > > I have now used --with-system-libquadmath but I have to admit I find it much > more misleading. --disable-libquadmath does that the option was stating: It does > not build "libquadmath". and --with-system-libquadmath implies that there is an externally available release of libquadmath, which I at least cannot find. I think the option renaming is misleading. Matthias
2010-12-05 Tobias Burnus <burnus@net-b.de> PR fortran/46540 * doc/install.texi: Document --disable-libquadmath an --disable-libquadmath-support diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fbb2d4c..abe80aa 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 build. +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.