From 7d58530341304d403a6626d7f7a1913165fe2f32 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:09:42 +0000 Subject: Test for stack alignment. --- nptl/sysdeps/i386/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl/sysdeps/i386/Makefile') diff --git a/nptl/sysdeps/i386/Makefile b/nptl/sysdeps/i386/Makefile index 693fb0569f..2f0d88f303 100644 --- a/nptl/sysdeps/i386/Makefile +++ b/nptl/sysdeps/i386/Makefile @@ -22,4 +22,6 @@ endif ifeq ($(subdir),nptl) CFLAGS-pthread_create.c += -mpreferred-stack-boundary=4 +CFLAGS-tst-align.c += -mpreferred-stack-boundary=4 +CFLAGS-tst-align2.c += -mpreferred-stack-boundary=4 endif -- cgit 1.4.1