Re: [Qemu-devel] [PATCH][linux-user] set ELF_HWCAP for SPARC and SPARC64

2011-07-14 Thread Blue Swirl
Thanks, applied. On Thu, Jul 14, 2011 at 8:37 PM, Artyom Tarasenko wrote: > setting ELF_HWCAP fixes dynamic library loading for Linux/sparc64 > This patch allows loading busybox from Debian 6 initrd > > Signed-off-by: Artyom Tarasenko > --- >  linux-user/elfload.c |    6 -- >  1 files change

[Qemu-devel] [PATCH][linux-user] set ELF_HWCAP for SPARC and SPARC64

2011-07-14 Thread Artyom Tarasenko
setting ELF_HWCAP fixes dynamic library loading for Linux/sparc64 This patch allows loading busybox from Debian 6 initrd Signed-off-by: Artyom Tarasenko --- linux-user/elfload.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/linux-user/elfload.c b/linux-user/elfloa