aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile
index 595868ec5..385dd52be 100644
--- a/arch/i386/Makefile
+++ b/arch/i386/Makefile
@@ -2,4 +2,4 @@
2# Build system 2# Build system
3# ========================================================================== 3# ==========================================================================
4 4
5CFLAGS += -march=i386 -mpreferred-stack-boundary=2 5CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)