summaryrefslogtreecommitdiff
path: root/libc/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/config.h.in')
-rw-r--r--libc/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libc/config.h.in b/libc/config.h.in
index 53128e4eb..58cdaf522 100644
--- a/libc/config.h.in
+++ b/libc/config.h.in
@@ -59,6 +59,9 @@
assembler's `.type' directive, if it has one. */
#undef ASM_TYPE_DIRECTIVE_PREFIX
+/* Define if the assembler supports the gnu_unique_object symbol type. */
+#undef HAVE_ASM_UNIQUE_OBJECT
+
/* Define a symbol_name as a global .symbol_name for ld. */
#undef HAVE_ASM_GLOBAL_DOT_NAME
@@ -129,6 +132,12 @@
/* Define if binutils support TLS handling. */
#undef HAVE_TLS_SUPPORT
+/* Define if gcc supports SSE4. */
+#undef HAVE_SSE4_SUPPORT
+
+/* Define if gcc supports AVX. */
+#undef HAVE_AVX_SUPPORT
+
/* Define if the compiler's exception support is based on libunwind. */
#undef HAVE_CC_WITH_LIBUNWIND