summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30/951-revert_gcc4_4_fixes.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-05-09 06:05:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-05-09 06:05:15 +0000
commit4a7439521bc8f91d7b2fd0a0f0c70af9113ab304 (patch)
tree9ac20cd7bfdc65f418256f27d85e4c860351d7c8 /target/linux/generic-2.6/patches-2.6.30/951-revert_gcc4_4_fixes.patch
parentfb48fbba16ffd1c86c4d1d4a21bc7dfd3c5fa10b (diff)
downloadmaster-31e0f0ae-4a7439521bc8f91d7b2fd0a0f0c70af9113ab304.tar.gz
master-31e0f0ae-4a7439521bc8f91d7b2fd0a0f0c70af9113ab304.tar.bz2
master-31e0f0ae-4a7439521bc8f91d7b2fd0a0f0c70af9113ab304.zip
generic-2.6/2.6.30: resync patches for 2.6.30-rc5
SVN-Revision: 15736
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/951-revert_gcc4_4_fixes.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/951-revert_gcc4_4_fixes.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/951-revert_gcc4_4_fixes.patch b/target/linux/generic-2.6/patches-2.6.30/951-revert_gcc4_4_fixes.patch
index 2202de10cb..26265ab323 100644
--- a/target/linux/generic-2.6/patches-2.6.30/951-revert_gcc4_4_fixes.patch
+++ b/target/linux/generic-2.6/patches-2.6.30/951-revert_gcc4_4_fixes.patch
@@ -236,13 +236,13 @@
-#endif
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
-@@ -54,7 +54,7 @@ $(addprefix $(obj)/,$(zlib) cuboot-c2k.o
- $(addprefix $(obj)/,$(zliblinuxheader)) $(addprefix $(obj)/,$(zlibheader))
+@@ -59,7 +59,7 @@ libfdtheader := fdt.h libfdt.h libfdt_in
+ $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o): \
+ $(addprefix $(obj)/,$(libfdtheader))
- src-libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
-src-wlib := string.S crt0.S crtsavres.S stdio.c main.c \
+src-wlib := string.S crt0.S stdio.c main.c \
- $(addprefix libfdt/,$(src-libfdt)) libfdt-wrapper.c \
+ $(libfdt) libfdt-wrapper.c \
ns16550.c serial.c simple_alloc.c div64.S util.S \
gunzip_util.c elf_util.c $(zlib) devtree.c oflib.c ofconsole.c \
--- a/arch/powerpc/kernel/prom_init_check.sh