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. |
||
|---|---|---|
| .. | ||
| ci.mk | ||
| config.mk | ||
| depends.mk | ||
| disk.mk | ||
| fstools.mk | ||
| podman.mk | ||
| prefix.mk | ||
| qemu.mk | ||
| repo.mk | ||
| virtualbox.mk | ||