diff --git a/Makefile.example b/Makefile.example
index 5d0f7ca8..bb8ecd19 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -10,7 +10,7 @@ export ASM = nasm
 export ASMFLAGS = -felf32
 export INCLUDE = -I$(TOPDIR)/include -I$(TOPDIR)/arch/$(ARCH)/include -I$(TOPDIR)/lwip/src/include -I$(TOPDIR)/lwip/src/include/ipv4
 export CC = gcc
-export CFLAGS = -m32 -Wall -O2 -fno-zero-initialized-in-bss -fno-builtin-function -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc $(INCLUDE) -fno-stack-protector
+export CFLAGS = -m32 -march=i386 -Wall -O2 -fno-zero-initialized-in-bss -fno-builtin-function -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc $(INCLUDE) -fno-stack-protector
 export AR = ar
 export ARFLAGS = rsv
 export RM = rm -rf