Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RISC-V: Remove EXPERIMENTAL tag | Alexey Brodkin | 2024-09-09 | 1 | -1/+0 |
| | | | | | | | | | | | It's been a while since RISC-V support was added to CT-NG in 2017. Since then RISC-V support was integrated in all the key toolchain components upstream and now are proven to be in a very good state. Thus it makes no sense to keep this architecture "hidden" in experimental options, so we promote RISC-V architecture in CT-NG. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> | ||||
* | Properly build multilib bare-metal RISC-V | Kirill K. Smirnov | 2023-07-14 | 2 | -0/+13 |
To build multilib RISC-V toolchain one should use --with-multilib-generator option instead of --with-multilib-list. Add corresponding example configuration file. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com> |