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