qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 06/43] configure: set cross_cc_FOO for host c


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 06/43] configure: set cross_cc_FOO for host compiler
Date: Thu, 19 Apr 2018 11:04:40 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 04/19/2018 03:58 AM, Alex Bennée wrote:
>      i386)
>             CPU_CFLAGS="-m32"
>             LDFLAGS="-m32 $LDFLAGS"
> +           cross_cc_i386=$cc
> +           cross_cc_cflags_i386=$CPU_CFLAGS
>             ;;
>      x86_64)
>             # ??? Only extremely old AMD cpus do not have cmpxchg16b.
> @@ -1454,7 +1468,7 @@ case "$cpu" in
>             CPU_CFLAGS="-mx32"
>             LDFLAGS="-mx32 $LDFLAGS"
>             cross_cc_i386=$cc
> -           cross_cc_cflags_i386="-m32"
> +           cross_cc_cflags_i386=$CPU_CFLAGS
>             ;;

Partially redundant with patch 4?  Anyway, this is what I was expecting to see
there.

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

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