config/cc/gcc.in.2
changeset 2980 150402ee5468
parent 2948 3396ce2c25ef
child 3150 1d6fd9bde73c
     1.1 --- a/config/cc/gcc.in.2	Mon Apr 30 17:24:58 2012 +0200
     1.2 +++ b/config/cc/gcc.in.2	Sun May 06 15:32:56 2012 +0200
     1.3 @@ -152,6 +152,17 @@
     1.4        
     1.5        The default is 'N'. Say 'Y' if you need it, and report success/failure.
     1.6  
     1.7 +config CC_GCC_LIBQUADMATH
     1.8 +    bool
     1.9 +    prompt "Compile libquadmath"
    1.10 +    depends on CC_GCC_HAS_LIBQUADMATH
    1.11 +    help
    1.12 +      libquadmath is a library which provides quad-precision mathematical
    1.13 +      functions on targets supporting the __float128 datatype. See:
    1.14 +        http://gcc.gnu.org/onlinedocs/libquadmath/
    1.15 +      
    1.16 +      The default is 'N'. Say 'Y' if you need it, and report success/failure.
    1.17 +
    1.18  #-----------------------------------------------------------------------------
    1.19  
    1.20  comment "Misc. obscure options."