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
- Lines: 14
- Date:
Wed Sep 30 10:14:16 1998
- Orig file:
v2.1.123/linux/arch/ppc/coffboot/Makefile
- Orig date:
Mon Jan 12 15:18:13 1998
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