Hello, On Sun, Jan 7, 2024 at 10:29 PM Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote: > > On Sat, Jan 6, 2024 at 8:04 AM WANG Rui <wangrui@xxxxxxxxxxx> wrote: > > > > ============ ================ ============================================== > > Architecture Level of support Constraints > > ============ ================ ============================================== > > +``loongarch`` Maintained > > On top of what Huacai said, it would be nice to add another character > and realign the table so that `loongarch` it doesn't overflow (perhaps > best done in an additional, previous patch). Thanks Huacai, Miguel. > > > + } else if cfg.has("LOONGARCH") { > > Would it be possible to do it without a custom target in > `scripts/generate_rust_target.rs`? If it is not possible (e.g. there > is something that you cannot tweak otherwise on top of a built-in > target via the CLI flags), it is fine to use a custom target for the > moment. > > For instance, this is how ARM is doing it: > https://lore.kernel.org/rust-for-linux/20231020155056.3495121-1-Jamie.Cunliffe@xxxxxxx/ > Thanks for your comments. I noticed that the refactoring of the build system to support the use of Rust built-in targets is still ongoing. Could this take some time? In the meantime, let's proceed with the generation method. > Thanks! > > Cheers, > Miguel > -- Rui