redox/mk
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
..
ci.mk Fix CI to avoid RedoxFS/FUSE/tar problems 2024-08-28 12:55:25 -07:00
config.mk Riscv64gc support in the build scripts 2024-09-30 10:28:37 +03:00
depends.mk Clarify error message by adding double quotes around 'just' to reduce confusion in mk/depends.mk 2024-09-06 09:40:41 +00:00
disk.mk Make installer compile on host, list_packages compile in Podman when PODMAN_BUILD=1 2024-08-17 23:59:37 +00:00
fstools.mk Make installer compile on host, list_packages compile in Podman when PODMAN_BUILD=1 2024-08-17 23:59:37 +00:00
podman.mk Add explanation comments on the build system files 2024-07-09 12:58:07 +00:00
prefix.mk Riscv64gc support in the build scripts 2024-09-30 10:28:37 +03:00
qemu.mk Riscv64gc support in the build scripts 2024-09-30 10:28:37 +03:00
repo.mk Make installer compile on host, list_packages compile in Podman when PODMAN_BUILD=1 2024-08-17 23:59:37 +00:00
virtualbox.mk Add explanation comments on the build system files 2024-07-09 12:58:07 +00:00