summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 7bfe923c06..fb2cc51c03 100644
--- a/config.h.in
+++ b/config.h.in
@@ -259,4 +259,8 @@
/* Build glibc with tunables support. */
#define HAVE_TUNABLES 0
+/* Some compiler options may now allow to use ebp in __asm__ (used mainly
+ in i386 6 argument syscall issue). */
+#define CAN_USE_REGISTER_ASM_EBP 0
+
#endif