diff options
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r-- | config/cc/gcc.in.2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 807c6f9e..585c00dc 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -152,6 +152,17 @@ config CC_GCC_LIBSSP The default is 'N'. Say 'Y' if you need it, and report success/failure. +config CC_GCC_LIBQUADMATH + bool + prompt "Compile libquadmath" + depends on CC_GCC_HAS_LIBQUADMATH + help + libquadmath is a library which provides quad-precision mathematical + functions on targets supporting the __float128 datatype. See: + http://gcc.gnu.org/onlinedocs/libquadmath/ + + The default is 'N'. Say 'Y' if you need it, and report success/failure. + #----------------------------------------------------------------------------- comment "Misc. obscure options." |