dinosaur-planet/packages.txt
Ethan Lafrenais c3c9dceaf3
Fixed permuter support (#87)
* Replace GCC during build with header_deps.py

GCC was only used for generating a make dependencies file (.d). Permuter didn't like the compile command having both gcc -fsyntax-only and cc in a single command. The new header_deps.py does the same thing but also merges .asmproc.d from asm-processor, which is nice.

* Add permuter_settings.toml

Necessary to tell permuter we're using ninja

* Add permuter as a submodule

* Add dino.py shortcuts for permuter

* dll.py now detects R_MIPS_CALL16 relocations

* Switch to permuter fork that supports DLL code
2022-04-26 23:43:19 -04:00

9 lines
83 B
Plaintext

binutils-mips-linux-gnu
gcc
git
libc-dev
libc6-dev
ninja-build
python3
python3-pip