diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index b9af293a0..0a235921c 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -2,4 +2,4 @@ | |||
2 | # Build system | 2 | # Build system |
3 | # ========================================================================== | 3 | # ========================================================================== |
4 | 4 | ||
5 | CPPFLAGS += -march=i386 | 5 | CPPFLAGS += -march=i386 -mpreferred-stack-boundary=2 |