Commit graph

3 commits

Author SHA1 Message Date
CrepeGoat 0431147fdd restricted valid host platforms to MIPS systems 2023-10-24 23:18:49 -06:00
CrepeGoat 64e0928b2b turns out, this compiles fine on aarm64-darwin! 2023-10-24 23:18:49 -06:00
CrepeGoat a66c44c5a0 made nix-shell for manually creating ROM on aarch64-darwin
Working commands:
- `gmake VERSION=us`
- `gmake VERSION=us COMPILER=gcc`

TODOS
- remove dirty change: `ar` should not be directly referenced
  -> move current `$(AR)` to `$(AR_CROSS)` and leave `$(AR)` intact?
- add support for arbitrary build platforms (e.g., `*-linux`)
- (?) add support for other host platforms (e.g., `mips[64]-*`)
2023-10-24 23:18:49 -06:00