summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-05-06 13:32:56 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-05-06 13:32:56 (GMT)
commit27e8b280f9f9d514b029b21d3116cc845dc72bd1 (patch)
tree46c08dcfeb4e97b14d696a6734102e36f3b7821b /config
parentb8425e99b9aaefd5d85f5f97f5b85f72502c8ff0 (diff)
cc/gcc: add option to enable/disable libquadmath
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in.211
1 files changed, 11 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index 807c6f9..585c00d 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."