From b65c1ec619692918b8479e5d93f5db749f115f9a Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sat, 9 Feb 2008 15:32:41 +0000 Subject: [PATCH] This commit was manufactured by cvs2git to create branch 'LINUX_2_6_22'. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Cherrypick from master 2008-02-09 15:32:41 UTC Elan Ruusamäe '- pass -m440 directly to assembler without gcc (thx czarny!)': kernel-mcpu=440.patch -> 1.1 --- kernel-mcpu=440.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 kernel-mcpu=440.patch diff --git a/kernel-mcpu=440.patch b/kernel-mcpu=440.patch new file mode 100644 index 00000000..e027af8e --- /dev/null +++ b/kernel-mcpu=440.patch @@ -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 -- 2.44.0