Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2e71cc0d51d8f0dd4532d88c8fffccc08ba7ecdb
Commit:     2e71cc0d51d8f0dd4532d88c8fffccc08ba7ecdb
Parent:     1ad749980a5fda46f7ec920d8409ddcc89b38714
Author:     Josh Boyer <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 24 07:32:15 2007 -0500
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Wed Oct 3 07:10:55 2007 -0500

    [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 <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index a6bba9a..53fd8e6 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to