patch-2.1.124 linux/arch/ppc/Makefile

Next file: linux/arch/ppc/amiga/amiints.c
Previous file: linux/arch/ppc/8xx_io/uart.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.123/linux/arch/ppc/Makefile linux/arch/ppc/Makefile
@@ -14,10 +14,7 @@
 
 KERNELLOAD	=0xc0000000
 
-# PowerPC (cross) tools
-ifneq ($(shell uname -m),ppc)
-CROSS_COMPILE 	= ppc-linux-elf-
-else
+ifeq ($(shell uname -m),ppc)
 CHECKS		= checks
 endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov