qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure: Don't run AVX optimization requireme


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] configure: Don't run AVX optimization requirement check on Mac OS X
Date: Sat, 18 Jun 2016 21:45:05 +0100

On 18 June 2016 at 20:49, Stefan Weil <address@hidden> wrote:
> The test currently only works with ELF and requires readelf,
> but OS X does not use ELF binaries.
>
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  configure | 7 +++++++
>  1 file changed, 7 insertions(+)

Would be neater to use "if has readelf" I think,
rather than making it OS specific. (I assume readelf
itself does the right thing if fed a non-ELF object,
or we'd already be breaking windows builds.)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]