
From: Dave Hansen <haveblue@us.ibm.com>

Allow CROSS32_COMPILE to be set via environment variable


---

 arch/ppc64/boot/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/ppc64/boot/Makefile~ppc64-CROSS32-env-2.6.1 arch/ppc64/boot/Makefile
--- 25/arch/ppc64/boot/Makefile~ppc64-CROSS32-env-2.6.1	2004-02-21 20:58:18.000000000 -0800
+++ 25-akpm/arch/ppc64/boot/Makefile	2004-02-21 20:58:18.000000000 -0800
@@ -20,7 +20,7 @@
 #	CROSS32_COMPILE is setup as a prefix just like CROSS_COMPILE
 #	in the toplevel makefile.
 
-CROSS32_COMPILE =
+CROSS32_COMPILE ?=
 #CROSS32_COMPILE = /usr/local/ppc/bin/powerpc-linux-
 
 BOOTCC		:= $(CROSS32_COMPILE)gcc

_
