diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile new file mode 100644 index 000000000..595868ec5 --- /dev/null +++ b/arch/i386/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # ========================================================================== | ||
2 | # Build system | ||
3 | # ========================================================================== | ||
4 | |||
5 | CFLAGS += -march=i386 -mpreferred-stack-boundary=2 | ||