summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-26Fix build.sh on macOSHEADmasterluckytyphlosion
2022-01-20Merge pull request #44 from PikalaxALT/patch-3luckytyphlosion
Migrate from Travis to GitHub workflows
2022-01-18Forgot to add installation success message.luckytyphlosion
2022-01-07Merge pull request #48 from luckytyphlosion/masterluckytyphlosion
Add helpful error checks for common user errors.
2022-01-07Improvements to error messages.luckytyphlosion
2022-01-03Better install.sh error messages.luckytyphlosion
2022-01-03Fix indentation.luckytyphlosion
2022-01-03Add helpful error checks for common user errors.luckytyphlosion
2021-08-09Delete .travis.ymlPikalaxALT
2021-08-09Create GitHub workflow for CIPikalaxALT
2021-08-09Merge pull request #39 from luckytyphlosion/masterluckytyphlosion
Fix builds on xcode 12+
2021-08-09Fix 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.
2021-01-25Fix builds on xcode 12+luckytyphlosion
Enforce the use of -Werror-implicit-function-declaration for all platforms to catch this. See: https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes
2020-12-30Check for $(DEVKITARM) first before checking for $(DEVKITARM)/binluckytyphlosion
2020-12-30Check $(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-12-30Add support for building agbcc without devkitProluckytyphlosion
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-15Merge pull request #30 from camthesaxman/arm_supporthuderlem
Build ARM compiler
2020-02-03Add .travis.ymlPikalaxALT
2020-02-03No more __STDC__ warning in libcScott Norton
2020-01-31Patch get_run_time and add arm compiler to install.shPikalaxALT
2020-01-30delete test suitecamthesaxman
2020-01-30make clean is brokencamthesaxman
2020-01-30make ARM compiler build on Windowscamthesaxman
2020-01-29ignore build artifactscamthesaxman
2020-01-29don't autogenerate c-parse.c and c-parse.h; don't link libiberty.acamthesaxman
2020-01-29add some more filescamthesaxman
2020-01-29add old compiler with ARM supportcamthesaxman
2019-08-06Merge pull request #29 from aaaaaa123456789/masterluckytyphlosion
Fix Makefiles to account for the $CC and $CXX environment
2019-08-06Fix Makefiles to account for the $CC and $CXX environmentaaaaaa123456789
2019-05-06Merge pull request #26 from 916253/patch-1huderlem
Remove trailing slash to fix macOS compatibility
2019-05-06Merge pull request #27 from pret/revert-22-masterhuderlem
Revert "install headers into tools/agbcc/include"
2019-05-06Revert "install headers into tools/agbcc/include"huderlem
2019-05-06Merge pull request #22 from garakmon/masterhuderlem
install headers into tools/agbcc/include
2019-04-29Remove trailing slash to fix macOS compatibilityEmma
BSD utilities on macOS do not ignore trailing slashes in commands, which results in this script incorrectly copying files to /tools/agbcc, rather than the intended /tools/agbcc/include. Removing the trailing slash should prevent this from happening, and allow macOS users to use the tool as intended.
2018-07-18install headers into tools/agbcc/includeGarak
as long as there is not a `/` after include, this should not make a new directory in `tools/agbcc/include/`
2018-05-26Merge pull request #21 from huderlem/toolsMarcus Huderle
Use devkitarm's configured tools
2018-05-26Use devkitarm's configured toolsMarcus Huderle
2018-05-25Merge pull request #20 from yui-konnu/masterMarcus Huderle
Another macOS fix
2018-04-08Use preprocessor from devkitARMyui
2018-04-08Changes to compile on Macyui
2018-04-06Merge pull request #12 from camthesaxman/fhex-asmMarcus Huderle
avoid assembler warning when using -fhex-asm
2018-04-06Merge pull request #8 from NieDzejkob/stop-on-errorMarcus Huderle
Stop the script on the first error using the set -e command
2017-12-27Merge pull request #16 from ProjectRevoTPP/libc_fixyenatch
Libc fix
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-27Merge pull request #15 from ProjectRevoTPP/libcMarcus Huderle
revo is dumb