From 5c094516ec3158e147d3448b61b588814ed66f97 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 4 Aug 2011 15:02:04 +1000 Subject: [PATCH] Force yaboot to always build 32-bit. Signed-off-by: Tony Breeds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2