mirror of
https://github.com/zestydevy/dinosaur-planet.git
synced 2024-11-26 23:00:23 +00:00
c3c9dceaf3
* 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
9 lines
83 B
Plaintext
9 lines
83 B
Plaintext
binutils-mips-linux-gnu
|
|
gcc
|
|
git
|
|
libc-dev
|
|
libc6-dev
|
|
ninja-build
|
|
python3
|
|
python3-pip
|