diff options
Diffstat (limited to 'sysdeps/i386/Makefile')
-rw-r--r-- | sysdeps/i386/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index 56027703ce..fb14806029 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 |