summaryrefslogtreecommitdiff
path: root/libgcc
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
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