qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6 5/7] configure: cross compile should use x86_64 cpu_family


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 5/7] configure: cross compile should use x86_64 cpu_family
Date: Tue, 12 Jan 2021 12:46:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 1/5/21 3:20 AM, Joelle van Dyne wrote:
> Signed-off-by: Joelle van Dyne <j@getutm.app>
> ---
>  configure | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 09dd22ebad..79dc9811e8 100755
> --- a/configure
> +++ b/configure
> @@ -7033,9 +7033,12 @@ if test "$cross_compile" = "yes"; then
>          echo "system = 'darwin'" >> $cross
>      fi
>      case "$ARCH" in
> -        i386|x86_64)
> +        i386)
>              echo "cpu_family = 'x86'" >> $cross
>              ;;
> +        x86_64)
> +            echo "cpu_family = 'x86_64'" >> $cross
> +            ;;
>          ppc64le)
>              echo "cpu_family = 'ppc64'" >> $cross
>              ;;
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>




reply via email to

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