qemu-riscv
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: Re: [PATCH v3 09/11] rules.mak: Add base-arch() rule
Date: Thu, 21 May 2020 21:24:37 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 5/21/20 12:59 PM, Philippe Mathieu-Daudé wrote:
> +             $(if $(findstring risc,$1),risc,\

Eh?  riscv{32,64} vs openrisc.

> +             $(if $(findstring x86,$1),i386,\

Do we really not need an exact match for x86_64?

> +             $(if $(findstring aarch64,$1),arm,$1)))))))

Exact match?


r~



reply via email to

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