From: Josh Boyer Date: Mon, 24 Sep 2007 12:32:15 +0000 (-0500) Subject: [POWERPC] 4xx: Fix Walnut wrapper compile errors X-Git-Tag: v2.6.24-rc1~1450^2~125 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2e71cc0d51d8f0dd4532d88c8fffccc08ba7ecdb;p=linux-2.6-omap-h63xx.git [POWERPC] 4xx: Fix Walnut wrapper compile errors Pass the appropriate -mcpu flag to the treeboot-walnut.o object to prevent some toolchains from erroring out with unknown opcodes Signed-off-by: Josh Boyer --- diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index a6bba9a69e6..53fd8e6a4e3 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -33,6 +33,7 @@ BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj) $(obj)/4xx.o: BOOTCFLAGS += -mcpu=440 $(obj)/ebony.o: BOOTCFLAGS += -mcpu=440 +$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405 zlib := inffast.c inflate.c inftrees.c zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h