qemu-riscv
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 6/8] riscv: Add configure script


From: Richard Henderson
Subject: Re: [RFC PATCH 6/8] riscv: Add configure script
Date: Mon, 11 May 2020 11:06:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 4/30/20 12:21 AM, LIU Zhiwei wrote:
> +++ b/configure
> @@ -58,6 +58,8 @@ guess_arch() {
>          ARCH="m68k"
>      elif check_define __powerpc64__ ; then
>          ARCH="ppc64"
> +    elif check_define __riscv ; then
> +        ARCH="riscv64"
>      else
>          echo "This cpu is not supported by risu. Try -h. " >&2
>          exit 1

Why "riscv64" and not "riscv"?

You can't really say more without checking __riscv_xlen.


r~



reply via email to

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