patch-2.4.7 linux/arch/ppc/boot/chrp/Makefile

Next file: linux/arch/ppc/boot/common/misc-common.c
Previous file: linux/arch/ppc/boot/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/arch/ppc/boot/chrp/Makefile linux/arch/ppc/boot/chrp/Makefile
@@ -1,4 +1,4 @@
-# BK Id: SCCS/s.Makefile 1.8 05/18/01 06:20:29 patch
+# BK Id: SCCS/s.Makefile 1.10 07/19/01 09:11:27 trini
 #
 # Makefile for making ELF bootable images for booting on CHRP
 # using Open Firmware.
@@ -13,6 +13,8 @@
 else
 MSIZE=
 endif
+
+CFLAGS += -fno-builtin
 
 .c.o:
 	$(CC) $(CFLAGS) -DKERNELBASE=$(KERNELBASE) -c -o $*.o $<

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)