Re: [Qemu-devel] [PATCH v2 6/6] linux-user: fix UNAME_MACHINE for sparc/sparc64

2018-05-09 Thread Max Filippov
On Wed, May 9, 2018 at 4:11 PM, Laurent Vivier wrote: > "sun4" is not recognized by config.guess. > linux defines sparc and sparc64 in arch/sparc/Makefile. > > Signed-off-by: Laurent Vivier > --- > linux-user/sparc/target_syscall.h | 2 +- > linux-user/sparc64/target_syscall.h | 2 +- > 2 file

Re: [Qemu-devel] [PATCH v2 6/6] linux-user: fix UNAME_MACHINE for sparc/sparc64

2018-05-09 Thread Philippe Mathieu-Daudé
On 05/09/2018 08:11 PM, Laurent Vivier wrote: > "sun4" is not recognized by config.guess. > linux defines sparc and sparc64 in arch/sparc/Makefile. > > Signed-off-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daudé > --- > linux-user/sparc/target_syscall.h | 2 +- > linux-user/sparc64/ta

[Qemu-devel] [PATCH v2 6/6] linux-user: fix UNAME_MACHINE for sparc/sparc64

2018-05-09 Thread Laurent Vivier
"sun4" is not recognized by config.guess. linux defines sparc and sparc64 in arch/sparc/Makefile. Signed-off-by: Laurent Vivier --- linux-user/sparc/target_syscall.h | 2 +- linux-user/sparc64/target_syscall.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/sp