summaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Collapse)Author
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.
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
2018-05-26Use devkitarm's configured toolsMarcus Huderle
2018-04-08Use preprocessor from devkitARMyui
2018-04-08Changes to compile on Macyui
2016-06-17add bash -c on two more linesYamaArashi
2016-06-17build fixes for LinuxYamaArashi
2016-05-12install old_agbcc tooYamaArashi
2016-04-30fix problems building on 64-bit LinuxYamaArashi
2016-04-30build libgcc with older version of compiler and add install scriptYamaArashi
2016-04-29build libgccYamaArashi
2016-04-29remove caller super-interworkingYamaArashi
2016-04-29move longlong.h to libgcc dirYamaArashi
2016-04-27reorganize filesYamaArashi