summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Collapse)Author
2020-12-16Check for $(DEVKITARM) first before checking for $(DEVKITARM)/binluckytyphlosion
2020-12-16Check $(DEVKITARM)/bin instead of $(DEVKITARM)/base_toolsluckytyphlosion
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-25Add support for building agbcc without devkitProluckytyphlosion
2020-02-03No more __STDC__ warning in libcScott Norton
2018-05-26Use devkitarm's configured toolsMarcus Huderle
2018-04-08Changes to compile on Macyui
2017-12-27fixProjectRevoTPP
2017-12-27Merge branch 'libc' of https://github.com/ProjectRevoTPP/agbccProjectRevoTPP
2017-12-27please actually work this time im asking nicelyProjectRevoTPP
2017-12-27idiot, don't try to change thatProjectRevoTPP
2017-12-27Makefile updateProjectRevoTPP
2017-12-27gitignore is dumbProjectRevoTPP
2017-12-20add libc building to agbcc.ProjectRevoTPP