From: Tony Breeds Date: Thu, 4 Aug 2011 05:02:04 +0000 (+1000) Subject: Force yaboot to always build 32-bit. X-Git-Tag: yaboot-1.3.17~13 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=5c094516ec3158e147d3448b61b588814ed66f97;hp=57e24de52a1318edb9f253f9c3199772567998b1 Force yaboot to always build 32-bit. Signed-off-by: Tony Breeds --- diff --git a/Makefile b/Makefile index b46165f..44cec27 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ OBJCOPY := $(CROSS)objcopy # The flags for the yaboot binary. # -YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -m32 -print-file-name=include` -fsigned-char +YBCFLAGS = -Os -m32 $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -m32 -print-file-name=include` -fsigned-char YBCFLAGS += -DVERSION=\"${VERSION}${VERSIONEXTRA}\" #" YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG) YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE)