summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in.2
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-19 02:41:04 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-19 02:41:04 (GMT)
commit264b0c8686051f6a8fe08cc41a34d5225d83e7a6 (patch)
tree6622f24a15ed3415401943a1cda61d16989aa52d /config/cc/gcc.in.2
parentf0716643b41aaff6ba37ea629ccead7b2011f618 (diff)
More GC
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r--config/cc/gcc.in.22
1 files changed, 0 insertions, 2 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index 6c99f20..8818de6 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -177,7 +177,6 @@ config CC_GCC_LIBSSP
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:
@@ -188,7 +187,6 @@ config CC_GCC_LIBQUADMATH
config CC_GCC_LIBSANITIZER
bool
prompt "Compile libsanitizer"
- depends on CC_GCC_HAS_LIBSANITIZER
depends on THREADS_NATIVE
depends on ! LIBC_uClibc && ! LIBC_musl # Currently lacks required headers (like netrom.h)
help