From dacdf7807d9b47f83b333ef11a2196f195bcaf23 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 17 May 2007 04:51:37 +1000 Subject: [PATCH] --- yaml --- r: 56618 b: refs/heads/master c: 60e417536bca8988d22ea1cc20a634ffa67bb2a8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/boot/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3a2ba4c52c0f..5a8e34520bb1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5b825831858b92da2417ecb3e3bbde594e5f7c91 +refs/heads/master: 60e417536bca8988d22ea1cc20a634ffa67bb2a8 diff --git a/trunk/arch/powerpc/boot/Makefile b/trunk/arch/powerpc/boot/Makefile index b0b570563f4d..83788986b93b 100644 --- a/trunk/arch/powerpc/boot/Makefile +++ b/trunk/arch/powerpc/boot/Makefile @@ -33,6 +33,9 @@ endif BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj) +$(obj)/44x.o: BOOTCFLAGS += -Wa,-mbooke +$(obj)/ebony.o: BOOTCFLAGS += -Wa,-mbooke + zlib := inffast.c inflate.c inftrees.c zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h zliblinuxheader := zlib.h zconf.h zutil.h