summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in44
1 files changed, 9 insertions, 35 deletions
diff --git a/config.h.in b/config.h.in
index 2b9aa1a986..ec9c8bc767 100644
--- a/config.h.in
+++ b/config.h.in
@@ -18,12 +18,6 @@
/* Defined if building with SELinux support & libcap libs are detected. */
#undef HAVE_LIBCAP
-/* Define if weak symbols are available via the `.weak' directive. */
-#undef HAVE_ASM_WEAK_DIRECTIVE
-
-/* Define if weak symbols are available via the `.weakext' directive. */
-#undef HAVE_ASM_WEAKEXT_DIRECTIVE
-
/* Define to the assembler line separator character for multiple
assembler instructions per line. Default is `;' */
#undef ASM_LINE_SEP
@@ -34,23 +28,12 @@
/* Define if the assembler supports the `.set' directive. */
#undef HAVE_ASM_SET_DIRECTIVE
-/* Define if the assembler supports the gnu_unique_object symbol type. */
-#undef HAVE_ASM_UNIQUE_OBJECT
-
/* On powerpc64, use overlapping .opd entries. */
#undef USE_PPC64_OVERLAPPING_OPD
/* Define if _Unwind_Find_FDE should be exported from glibc. */
#undef EXPORT_UNWIND_FIND_FDE
-/* Define if using ELF and the assembler supports the `.previous'
- directive. */
-#undef HAVE_ASM_PREVIOUS_DIRECTIVE
-
-/* Define if using ELF and the assembler supports the `.popsection'
- directive. */
-#undef HAVE_ASM_POPSECTION_DIRECTIVE
-
/* Define if static NSS modules are wanted. */
#undef DO_STATIC_NSS
@@ -76,30 +59,18 @@
/* Define if _rtld_local structure should be forced into .sdata section. */
#undef HAVE_SDATA_SECTION
-/* Define if gcc supports SSE4. */
-#undef HAVE_SSE4_SUPPORT
-
-/* Define if gcc supports AVX. */
-#undef HAVE_AVX_SUPPORT
-
-/* Define if gcc supports VEX encoding. */
-#undef HAVE_SSE2AVX_SUPPORT
-
/* Define if compiler supports AVX512. */
#undef HAVE_AVX512_SUPPORT
/* Define if assembler supports AVX512. */
#undef HAVE_AVX512_ASM_SUPPORT
+/* Define if assembler supports vector instructions on S390. */
+#undef HAVE_S390_VX_ASM_SUPPORT
+
/* Define if assembler supports Intel MPX. */
#undef HAVE_MPX_SUPPORT
-/* Define if gcc supports FMA4. */
-#undef HAVE_FMA4_SUPPORT
-
-/* Define if gcc supports AVX2. */
-#undef HAVE_AVX2_SUPPORT
-
/* Define if the compiler\'s exception support is based on libunwind. */
#undef HAVE_CC_WITH_LIBUNWIND
@@ -145,9 +116,6 @@
/* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
#undef HAVE_I386_SET_GDT
-/* Defined if forced unwind support is available. */
-#undef HAVE_FORCED_UNWIND
-
/* Defined of libidn is available. */
#undef HAVE_LIBIDN
@@ -257,4 +225,10 @@
/* The PowerPC64 ELFv2 ABI is being used. */
#undef HAVE_ELFV2_ABI
+/* PowerPC32 uses fcfid for integer to floating point conversions. */
+#define HAVE_PPC_FCFID 0
+
+/* PowerPC32 uses fctidz for floating point to long long conversions. */
+#define HAVE_PPC_FCTIDZ 0
+
#endif