]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- pass -m440 directly to assembler without gcc (thx czarny!) auto/th/kernel-vanilla-2_6_24_2-0_3 auto/th/kernel-vanilla-2_6_24_2-1 auto/th/kernel-vanilla-2_6_24_3-1 auto/th/kernel-vanilla-2_6_24_3-2 auto/th/kernel-vanilla-noarch-2_6_24_2-0_2
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 9 Feb 2008 15:32:41 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-mcpu=440.patch -> 1.1

kernel-mcpu=440.patch [new file with mode: 0644]

diff --git a/kernel-mcpu=440.patch b/kernel-mcpu=440.patch
new file mode 100644 (file)
index 0000000..e027af8
--- /dev/null
@@ -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
This page took 0.068212 seconds and 4 git commands to generate.