From 3e5646fce1af97a8bde8a740da4ee0c58bf42ebd Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 9 Jan 2008 11:16:08 +0000 Subject: qemu: upgrade CVS snapshot 20071230 to 0.9.1 release git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3435 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/qemu/qemu-0.9.1/63_sparc_build.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/packages/qemu/qemu-0.9.1/63_sparc_build.patch (limited to 'meta/packages/qemu/qemu-0.9.1/63_sparc_build.patch') diff --git a/meta/packages/qemu/qemu-0.9.1/63_sparc_build.patch b/meta/packages/qemu/qemu-0.9.1/63_sparc_build.patch new file mode 100644 index 000000000..37b38f641 --- /dev/null +++ b/meta/packages/qemu/qemu-0.9.1/63_sparc_build.patch @@ -0,0 +1,18 @@ +#DPATCHLEVEL=0 +--- +# sparc.ld | 2 +- +# 1 file changed, 1 insertion(+), 1 deletion(-) +# +Index: sparc.ld +=================================================================== +--- sparc.ld.orig 2007-12-03 15:40:26.000000000 +0000 ++++ sparc.ld 2007-12-03 16:05:06.000000000 +0000 +@@ -6,7 +6,7 @@ ENTRY(_start) + SECTIONS + { + /* Read-only sections, merged into text segment: */ +- . = 0x60000000 + SIZEOF_HEADERS; ++ . = 0x60000000 + 0x400; + .interp : { *(.interp) } + .hash : { *(.hash) } + .dynsym : { *(.dynsym) } -- cgit v1.2.3