Re: Re: [PATCH] RISC-V: Allow profiles input in '--with-arch' option.

2025-09-01 Thread jiawei
Subject: Re: [PATCH] RISC-V: Allow profiles input in '--with-arch' option. Hi Jiawei: I would prefer to have full verification on arch-canonicalize side, could you extract profile list to a def file like riscv-cores.def or riscv-ext.def and then read that in arch-canonicalize?

Re: [PATCH] RISC-V: Allow profiles input in '--with-arch' option.

2025-09-01 Thread Kito Cheng
Hi Jiawei: I would prefer to have full verification on arch-canonicalize side, could you extract profile list to a def file like riscv-cores.def or riscv-ext.def and then read that in arch-canonicalize? On Mon, Sep 1, 2025 at 6:03 PM Christoph Müllner wrote: > > > > On Tue, Aug 26, 2025 at 11:26

Re: [PATCH] RISC-V: Allow profiles input in '--with-arch' option.

2025-09-01 Thread Christoph Müllner
On Tue, Aug 26, 2025 at 11:26 AM Jiawei wrote: > This patch allows profiles input in '--with-arch'. With this change, > profile names such as `rva22*`, `rvb23*`, or `rvi*` can be passed > directly to `--with-arch` without triggering configure errors. This > makes it easier to configure and buil

[PATCH] RISC-V: Allow profiles input in '--with-arch' option.

2025-08-26 Thread Jiawei
This patch allows profiles input in '--with-arch'. With this change, profile names such as `rva22*`, `rvb23*`, or `rvi*` can be passed directly to `--with-arch` without triggering configure errors. This makes it easier to configure and build a toolchain targeting RISC-V profiles, since the input