qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 05/11] rules.mak: Add base-arch() rule


From: Richard Henderson
Subject: Re: [PATCH v4 05/11] rules.mak: Add base-arch() rule
Date: Sun, 31 May 2020 19:13:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

On 5/22/20 9:37 AM, Philippe Mathieu-Daudé wrote:
> +                   $(if $(call startwith,risc,$1),risc,\

Should be "riscv" not "risc".  Especially the substitution.

> +                     $(if $(call startwith,aarch64,$1),arm,\
> +                       $(if $(call startwith,x86_64,$1),i386,\

We don't have an exact equality function?


r~



reply via email to

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