From f2932284ab7ac1a0a6ff84025d2b5480eea9a796 Mon Sep 17 00:00:00 2001 From: Alek Du Date: Tue, 30 Aug 2011 14:44:35 +0800 Subject: Makefile: add -m32 by default It is not harmful to specify -m32 always. Signed-off-by: Alek Du --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3