From 927ad4986670f4938049c97e1bbabd5714e410e7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 24 Apr 2008 22:10:12 +0000 Subject: qemu-svn: Upgrade from r4027 -> 4242. Removes the need for gcc 3.x, adds USB networking for the n800 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4332 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/qemu/qemu-0.9.1+svn/33_syscall_ppc_clone.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/packages/qemu/qemu-0.9.1+svn/33_syscall_ppc_clone.patch') diff --git a/meta/packages/qemu/qemu-0.9.1+svn/33_syscall_ppc_clone.patch b/meta/packages/qemu/qemu-0.9.1+svn/33_syscall_ppc_clone.patch index 3f733b6ab..962f82152 100644 --- a/meta/packages/qemu/qemu-0.9.1+svn/33_syscall_ppc_clone.patch +++ b/meta/packages/qemu/qemu-0.9.1+svn/33_syscall_ppc_clone.patch @@ -5,9 +5,9 @@ # Index: linux-user/syscall.c =================================================================== ---- linux-user/syscall.c.orig 2007-12-03 15:58:11.000000000 +0000 -+++ linux-user/syscall.c 2007-12-03 15:58:46.000000000 +0000 -@@ -2750,11 +2750,7 @@ int do_fork(CPUState *env, unsigned int +--- linux-user/syscall.c.orig 2008-04-24 20:16:01.000000000 +0100 ++++ linux-user/syscall.c 2008-04-24 20:16:02.000000000 +0100 +@@ -2760,11 +2760,7 @@ if (!newsp) newsp = env->gpr[1]; new_env->gpr[1] = newsp; -- cgit v1.2.3