]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-mcpu=440.patch
e027af8ec289e1dc4638272e275d448cd3bc5e9e
[packages/kernel.git] / kernel-mcpu=440.patch
1 --- linux-2.6.24/arch/powerpc/boot/Makefile~    2008-01-24 22:58:37.000000000 +0000
2 +++ linux-2.6.24/arch/powerpc/boot/Makefile     2008-02-08 13:41:15.000000000 +0000
3 @@ -35,9 +35,9 @@
4  
5  BOOTCFLAGS     += -I$(obj) -I$(srctree)/$(obj)
6  
7 -$(obj)/4xx.o: BOOTCFLAGS += -mcpu=440
8 -$(obj)/ebony.o: BOOTCFLAGS += -mcpu=440
9 -$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405
10 +$(obj)/4xx.o: BOOTCFLAGS += -mcpu=common -Wa,-m440
11 +$(obj)/ebony.o: BOOTCFLAGS += -mcpu=common -Wa,-m440
12 +$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=common -Wa,-m405
13  
14  zlib       := inffast.c inflate.c inftrees.c
15  zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h
This page took 0.018792 seconds and 2 git commands to generate.