Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-09 | Fix compilation on BSD make (from pizza2004). | luckytyphlosion | |
Long-term, this should be fixed by just requiring macOS to use GNU make (probably via setting some alias), but this change is really overdue and not having a macOS computer makes this harder to test. | |||
2020-12-16 | Check for $(DEVKITARM) first before checking for $(DEVKITARM)/bin | luckytyphlosion | |
2020-12-16 | Check $(DEVKITARM)/bin instead of $(DEVKITARM)/base_tools | luckytyphlosion | |
Rationale: uninstalling devkitarm doesn't remove base_tools, but removes bin. If the binaries exist but not base_tools, then the user clearly wants to install using dkA. Otherwise, if base_tools exists but not binaries, it is possible that the user wants to use standalone arm-none-eabi binaries. | |||
2020-11-25 | Add support for building agbcc without devkitPro | luckytyphlosion | |
2018-05-26 | Use devkitarm's configured tools | Marcus Huderle | |
2018-04-08 | Use preprocessor from devkitARM | yui | |
2018-04-08 | Changes to compile on Mac | yui | |
2016-06-17 | add bash -c on two more lines | YamaArashi | |
2016-06-17 | build fixes for Linux | YamaArashi | |
2016-05-12 | install old_agbcc too | YamaArashi | |
2016-04-30 | fix problems building on 64-bit Linux | YamaArashi | |
2016-04-30 | build libgcc with older version of compiler and add install script | YamaArashi | |
2016-04-29 | build libgcc | YamaArashi | |
2016-04-29 | remove caller super-interworking | YamaArashi | |
2016-04-29 | move longlong.h to libgcc dir | YamaArashi | |
2016-04-27 | reorganize files | YamaArashi | |