From 65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 Sep 2003 09:39:59 +0000 Subject: Update. 2003-09-17 Jakub Jelinek * sysdeps/i386/Makefile (stack-align-test-flags): Add -malign-double -mpreferred-stack-boundary=4. --- sysdeps/i386/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/i386/Makefile') diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index 5602770..fb14806 100644 --- a/sysdeps/i386/Makefile +++ b/sysdeps/i386/Makefile @@ -35,6 +35,8 @@ else sysdep-CFLAGS += -mpreferred-stack-boundary=2 # Likewise, any function which calls user callbacks uses-callbacks += -mpreferred-stack-boundary=4 +# Likewise, any stack alignment tests +stack-align-test-flags += -malign-double -mpreferred-stack-boundary=4 endif endif -- cgit v1.1