aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/i386/Makefile')
-rw-r--r--nptl/sysdeps/i386/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/sysdeps/i386/Makefile b/nptl/sysdeps/i386/Makefile
index a18c1bc8f1..fac6d8db50 100644
--- a/nptl/sysdeps/i386/Makefile
+++ b/nptl/sysdeps/i386/Makefile
@@ -22,4 +22,6 @@ endif
ifeq ($(subdir),nptl)
CFLAGS-tst-align.c += -malign-double
+CFLAGS-pthread_create.c += -mpreferred-stack-boundary=4
+CFLAGS-tst-align.c += -mpreferred-stack-boundary=4
endif