This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/46540] libquadmath: Implement --disable-libquadmath


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46540

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]