summaryrefslogtreecommitdiff
path: root/libc/config.h.in
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-07-29 15:58:14 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-07-29 15:58:14 +0000
commit4d6da0374a6f9e36702cb9fbc7418d144cd62410 (patch)
tree2bb034af8c0fbf06bc06b9e485e17ae16cdd1b8a /libc/config.h.in
parentdccd0f1fe606c19588c65468c90060350f5d368b (diff)
downloadeglibc2-4d6da0374a6f9e36702cb9fbc7418d144cd62410.tar.gz
Merge changes between r8623 and r8721 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@8722 7b3dc134-2b1b-0410-93df-9e9f96275f8d
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