Improve cake allocator's memory utilisation (#43)
[lunaix-os.git] / lunaix-os / arch / LBuild
1 use({
2     config("arch"): {
3         "i386": "x86",
4         "x86_64": "x86",
5         "aarch64": "arm",
6         "rv64": "riscv"
7     }
8 })