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.  | 
			||
|---|---|---|
| .. | ||
| aarch64 | ||
| i686 | ||
| riscv64gc | ||
| x86_64 | ||
| acid.toml | ||
| base.toml | ||
| desktop-minimal.toml | ||
| desktop.toml | ||
| dev.toml | ||
| llvm.toml | ||
| minimal-net.toml | ||
| minimal.toml | ||
| net.toml | ||
| redoxer-gui.toml | ||
| redoxer.toml | ||
| resist.toml | ||
| server.toml | ||