patch-2.1.124 linux/arch/ppc/coffboot/Makefile

Next file: linux/arch/ppc/coffboot/misc.S
Previous file: linux/arch/ppc/chrpboot/zlib.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.123/linux/arch/ppc/coffboot/Makefile linux/arch/ppc/coffboot/Makefile
@@ -9,6 +9,13 @@
 endif
 
 
+# PowerPC (cross) tools
+ifneq ($(shell uname -m),ppc)
+#CROSS_COMPILE 	=powerpc-eabi-
+CROSS_COMPILE  =ppc-linux-elf-
+endif
+
+
 HOSTCC	= gcc
 HOSTCFLAGS = -O -I$(TOPDIR)/include
 

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