summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2011-08-30 14:44:35 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:40 -0700
commitf2932284ab7ac1a0a6ff84025d2b5480eea9a796 (patch)
treee53109298d9d7ff60e50db1e8c9a35c714ecf3cc
parent74eb4be7d6b2324eb14ca1886a9dfa689f1caa7e (diff)
downloadbootstub-f2932284ab7ac1a0a6ff84025d2b5480eea9a796.tar.gz
Makefile: add -m32 by default
It is not harmful to specify -m32 always. Signed-off-by: Alek Du <alek.du@intel.com>
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a2c0301..dcbb212 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,5 @@
OBJ=bootstub.o spi-uart.o head.o sfi.o
-CFLAGS=-ffreestanding -Wall
-#for cross compile
-#CFLAGS=-m32 -ffreestanding -Wall
+CFLAGS=-m32 -ffreestanding -Wall
all: bootstub