Re: [Qemu-devel] [PATCH] qemu-binfmt-conf.sh: ignore the OS/ABI field

2018-06-10 Thread Richard Henderson
On 06/05/2018 09:47 AM, Laurent Vivier wrote: > Most of the binaries have a value of "UNIX - System V" for the OS/ABI. > > But cc1 has a value of "UNIX - GNU", and if we don't update the binfmt > mask to ignore the OS/ABI field, gcc fails to execute it: > > gcc: error trying to exec '/usr/lib/gcc

Re: [Qemu-devel] [PATCH] qemu-binfmt-conf.sh: ignore the OS/ABI field

2018-06-06 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180605194725.8585-1-laur...@vivier.eu Subject: [Qemu-devel] [PATCH] qemu-binfmt-conf.sh: ignore the OS/ABI field === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH] qemu-binfmt-conf.sh: ignore the OS/ABI field

2018-06-05 Thread Laurent Vivier
Most of the binaries have a value of "UNIX - System V" for the OS/ABI. But cc1 has a value of "UNIX - GNU", and if we don't update the binfmt mask to ignore the OS/ABI field, gcc fails to execute it: gcc: error trying to exec '/usr/lib/gcc/m68k-linux-gnu/7/cc1': execv: Exec format error Signed-