Author: glen Date: Sat Feb 9 15:32:46 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - pass -m440 directly to assembler without gcc (thx czarny!)
---- Files affected: SOURCES: kernel-mcpu=440.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/kernel-mcpu=440.patch diff -u /dev/null SOURCES/kernel-mcpu=440.patch:1.1 --- /dev/null Sat Feb 9 16:32:46 2008 +++ SOURCES/kernel-mcpu=440.patch Sat Feb 9 16:32:41 2008 @@ -0,0 +1,15 @@ +--- linux-2.6.24/arch/powerpc/boot/Makefile~ 2008-01-24 22:58:37.000000000 +0000 ++++ linux-2.6.24/arch/powerpc/boot/Makefile 2008-02-08 13:41:15.000000000 +0000 +@@ -35,9 +35,9 @@ + + BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj) + +-$(obj)/4xx.o: BOOTCFLAGS += -mcpu=440 +-$(obj)/ebony.o: BOOTCFLAGS += -mcpu=440 +-$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405 ++$(obj)/4xx.o: BOOTCFLAGS += -mcpu=common -Wa,-m440 ++$(obj)/ebony.o: BOOTCFLAGS += -mcpu=common -Wa,-m440 ++$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=common -Wa,-m405 + + zlib := inffast.c inflate.c inftrees.c + zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
