Re: [Qemu-devel] [PATCH] configure: detect endian via compile test

2013-11-05 Thread Peter Maydell
On 26 September 2013 21:54, Paolo Bonzini wrote: > Il 26/09/2013 05:22, Doug Goldstein ha scritto: >> On Mon, Sep 9, 2013 at 2:30 PM, Stefan Weil wrote: >>> Am 28.08.2013 10:21, schrieb James Hogan: On 1 July 2013 04:30, Mike Frysinger wrote: > This avoids needing to execute a program a

Re: [Qemu-devel] [PATCH] configure: detect endian via compile test

2013-09-26 Thread Paolo Bonzini
Il 26/09/2013 05:22, Doug Goldstein ha scritto: > On Mon, Sep 9, 2013 at 2:30 PM, Stefan Weil wrote: >> Am 28.08.2013 10:21, schrieb James Hogan: >>> On 1 July 2013 04:30, Mike Frysinger wrote: This avoids needing to execute a program and keeping an (incomplete) list when cross-compilin

Re: [Qemu-devel] [PATCH] configure: detect endian via compile test

2013-09-25 Thread Doug Goldstein
On Mon, Sep 9, 2013 at 2:30 PM, Stefan Weil wrote: > Am 28.08.2013 10:21, schrieb James Hogan: >> On 1 July 2013 04:30, Mike Frysinger wrote: >>> This avoids needing to execute a program and keeping an (incomplete) >>> list when cross-compiling. Signed-off-by: Mike Frysinger >>> >> This fixes mi

Re: [Qemu-devel] [PATCH] configure: detect endian via compile test

2013-09-09 Thread Stefan Weil
Am 28.08.2013 10:21, schrieb James Hogan: > On 1 July 2013 04:30, Mike Frysinger wrote: >> This avoids needing to execute a program and keeping an (incomplete) >> list when cross-compiling. Signed-off-by: Mike Frysinger >> > This fixes mipsel cross compiling. I also checked it detected a mips >

Re: [Qemu-devel] [PATCH] configure: detect endian via compile test

2013-08-28 Thread James Hogan
On 1 July 2013 04:30, Mike Frysinger wrote: > This avoids needing to execute a program and keeping an (incomplete) > list when cross-compiling. > > Signed-off-by: Mike Frysinger This fixes mipsel cross compiling. I also checked it detected a mips (be) compiler as big endian. Tested-by: James Ho

Re: [Qemu-devel] [PATCH] configure: detect endian via compile test

2013-07-02 Thread Richard Henderson
On 06/30/2013 08:30 PM, Mike Frysinger wrote: > This avoids needing to execute a program and keeping an (incomplete) > list when cross-compiling. > > Signed-off-by: Mike Frysinger For the benefit of the list, this is a porting of the autoconf test. Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH] configure: detect endian via compile test

2013-06-30 Thread Mike Frysinger
This avoids needing to execute a program and keeping an (incomplete) list when cross-compiling. Signed-off-by: Mike Frysinger --- configure | 40 ++-- 1 file changed, 14 insertions(+), 26 deletions(-) diff --git a/configure b/configure index 2206a87..19d0856