Commit Graph

16 Commits

Author SHA1 Message Date
luckytyphlosion
5297ebf508 Fix compilation on BSD make (from pizza2004).
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-08-09 18:18:36 -04:00
luckytyphlosion
e4250fbaac Check for $(DEVKITARM) first before checking for $(DEVKITARM)/bin 2020-12-16 19:43:34 -05:00
luckytyphlosion
1d64f265ac Check $(DEVKITARM)/bin instead of $(DEVKITARM)/base_tools
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-16 13:48:32 -05:00
luckytyphlosion
3e670b934f Add support for building agbcc without devkitPro 2020-11-25 09:30:16 -05:00
Marcus Huderle
0803b33a54 Use devkitarm's configured tools 2018-05-26 19:08:20 -05:00
yui
186d945b31 Use preprocessor from devkitARM 2018-04-08 17:12:15 +01:00
yui
2bc87e4ce2 Changes to compile on Mac 2018-04-08 17:01:40 +01:00
YamaArashi
d3de54b9e1 add bash -c on two more lines 2016-06-17 13:51:01 -07:00
YamaArashi
a761374c43 build fixes for Linux 2016-06-17 05:17:31 -07:00
YamaArashi
d26e664586 install old_agbcc too 2016-05-12 20:09:19 -07:00
YamaArashi
eb6255a911 fix problems building on 64-bit Linux 2016-04-30 12:10:24 -07:00
YamaArashi
d1cb3194bb build libgcc with older version of compiler and add install script 2016-04-30 04:57:33 -07:00
YamaArashi
0dfd357a51 build libgcc 2016-04-29 22:06:20 -07:00
YamaArashi
b1cbd27e75 remove caller super-interworking 2016-04-29 11:23:07 -07:00
YamaArashi
8d0725156a move longlong.h to libgcc dir 2016-04-29 11:16:05 -07:00
YamaArashi
9dc75fe3b4 reorganize files 2016-04-27 00:00:40 -07:00