[Bug fortran/46540] libquadmath: Implement --disable-libquadmath
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46540 --- Comment #4 from Tobias Burnus 2010-12-10 11:02:22 UTC --- Author: burnus Date: Fri Dec 10 10:55:56 2010 New Revision: 167684 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167684 Log: / 2010-12-10 Tobias Burnus PR fortran/46540 * configure.ac: Add --disable-libquadmath and --disable-libquadmath-support. * configure: Regenerate. gcc/ 2010-12-10 Tobias Burnus PR fortran/46540 * configure.ac: Handle --disable-libquadmath-support. * doc/install.texi: Document --disable-libquadmath and --disable-libquadmath-support * configure: Regenerate. * config.in: Regenerate. gcc/fortran/ 2010-12-10 Tobias Burnus PR fortran/46540 * trans-types.c (gfc_init_kinds): Handle --disable-libquadmath-support. libgfortran/ 2010-12-10 Tobias Burnus PR fortran/46540 * acinclude.m4 (LIBGFOR_CHECK_FLOAT128): Honour --disable-libquadmath-support. * configure.ac: Handle --disable-libquadmath-support. * configure: Regenerate. Modified: trunk/ChangeLog trunk/configure trunk/configure.ac trunk/gcc/ChangeLog trunk/gcc/config.in trunk/gcc/configure trunk/gcc/configure.ac trunk/gcc/doc/install.texi trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-types.c trunk/libgfortran/ChangeLog trunk/libgfortran/acinclude.m4 trunk/libgfortran/configure trunk/libgfortran/configure.ac
[Bug fortran/46540] libquadmath: Implement --disable-libquadmath
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46540 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED --- Comment #5 from Tobias Burnus 2010-12-10 12:41:14 UTC --- Close as FIXED. You now have: --disable-libquadmath to disable the configure and build of libquadmath/ --disable-libquadmath-support to disable the __float128-based REAL(16) support in gfortran and the dependence of libgfortran on libquadmath. The two options are can be used independently from each other; if you use only the first one (and build Fortran), you have to make a (the system's) libquadmath library available to configure.
[Bug fortran/46540] libquadmath: Implement --disable-libquadmath
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46540 --- Comment #3 from Tobias Burnus 2010-12-06 10:55:15 UTC --- Patch: http://gcc.gnu.org/ml/fortran/2010-12/msg00020.html
[Bug fortran/46540] libquadmath: Implement --disable-libquadmath
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46540 Ralf Wildenhues changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #2 from Ralf Wildenhues 2010-11-18 17:34:33 UTC --- *** Bug 46541 has been marked as a duplicate of this bug. ***
[Bug fortran/46540] libquadmath: Implement --disable-libquadmath
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46540 --- Comment #1 from Tobias Burnus 2010-11-18 13:13:11 UTC --- Probably also needs some update of the general GCC documentation such as "install".