[PATCH 1/16] Cell closs-building

Ishizaki Kou kou.ishizaki at toshiba.co.jp
Wed Nov 15 20:25:33 EST 2006


This patch adds support for cross-building by SCE toolchain.

Signed-off-by: Kou Ishizaki <kou.ishizaki at toshiba.co.jp>
---

Index: linux-2.6.19/arch/powerpc/Makefile
diff -u linux-2.6.19/arch/powerpc/Makefile:1.1.1.1 linux-2.6.19/arch/powerpc/Makefile:1.2
--- linux-2.6.19/arch/powerpc/Makefile:1.1.1.1	Fri Oct  6 10:40:02 2006
+++ linux-2.6.19/arch/powerpc/Makefile	Fri Oct  6 12:26:35 2006
@@ -110,6 +110,7 @@
 CFLAGS		+= -mcpu=powerpc
 endif
 
+cpu-as-$(CONFIG_PPC_CELL)	+= -Wa,-mcellppu
 cpu-as-$(CONFIG_4xx)		+= -Wa,-m405
 cpu-as-$(CONFIG_6xx)		+= -Wa,-maltivec
 cpu-as-$(CONFIG_POWER4)		+= -Wa,-maltivec



More information about the Linuxppc-dev mailing list