commit | f2932284ab7ac1a0a6ff84025d2b5480eea9a796 | [log] [tgz] |
---|---|---|
author | Alek Du <alek.du@intel.com> | Tue Aug 30 14:44:35 2011 +0800 |
committer | Patrick Tjin <pattjin@google.com> | Mon Jul 21 20:22:40 2014 -0700 |
tree | e53109298d9d7ff60e50db1e8c9a35c714ecf3cc | |
parent | 74eb4be7d6b2324eb14ca1886a9dfa689f1caa7e [diff] |
Makefile: add -m32 by default It is not harmful to specify -m32 always. Signed-off-by: Alek Du <alek.du@intel.com>
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