Commit graph

4 commits

Author SHA1 Message Date
Jeremy Soller c68a974cee
Add desktop config for riscv64gc 2024-12-30 10:06:22 -07:00
Jeremy Soller 5d678ea67e
Add riscv64gc ci config 2024-10-19 09:12:07 -06:00
Andrey Turkin 1510e7a47e Update rust
And add another working risc-v config template
2024-10-17 16:50:04 +03:00
Andrey Turkin 03633046cc Riscv64gc support in the build scripts
This architecture is different from x86/aarch because its rust triplet (riscv64gc-...) differs from gcc/llvm/binutils triplet (more general riscv64-...). Therefore the build scripts have to bridge that mismatch.

This introduces new build-time environment variable GNU_TARGET which corresponds to a target used by C world utilities whereas existing TARGET now describes rust target.
2024-09-30 10:28:37 +03:00