Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-30 | Check for $(DEVKITARM) first before checking for $(DEVKITARM)/bin | luckytyphlosion | |
2020-12-30 | 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-12-30 | Add support for building agbcc without devkitPro | luckytyphlosion | |
2020-02-03 | No more __STDC__ warning in libc | Scott Norton | |
2018-05-26 | Use devkitarm's configured tools | Marcus Huderle | |
2018-04-08 | Changes to compile on Mac | yui | |
2017-12-27 | fix | ProjectRevoTPP | |
2017-12-27 | Merge branch 'libc' of https://github.com/ProjectRevoTPP/agbcc | ProjectRevoTPP | |
2017-12-27 | please actually work this time im asking nicely | ProjectRevoTPP | |
2017-12-27 | idiot, don't try to change that | ProjectRevoTPP | |
2017-12-27 | Makefile update | ProjectRevoTPP | |
2017-12-27 | gitignore is dumb | ProjectRevoTPP | |
2017-12-20 | add libc building to agbcc. | ProjectRevoTPP | |