qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] meson.build: drop duplicate 'sparc64' entry


From: Laurent Vivier
Subject: Re: [PATCH] meson.build: drop duplicate 'sparc64' entry
Date: Mon, 12 Oct 2020 16:26:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

Le 07/10/2020 à 00:18, Sergei Trofimovich a écrit :
> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index a02c743794..48e7c56cc1 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -41,7 +41,7 @@ have_block = have_system or have_tools
>  python = import('python').find_installation()
>  
>  supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 
> 'sunos', 'linux']
> -supported_cpus = ['ppc', 'ppc64', 's390x', 'sparc64', 'riscv32', 'riscv64', 
> 'x86', 'x86_64',
> +supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv32', 'riscv64', 'x86', 
> 'x86_64',
>    'arm', 'aarch64', 'mips', 'mips64', 'sparc', 'sparc64']
>  
>  cpu = host_machine.cpu_family()
> 

Please, always cc: qemu-devel@nongnu.org

you need to re-send your patch.

Thanks,
Laurent



reply via email to

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