Commit Graph

145 Commits

Author SHA1 Message Date
camthesaxman
cdc6e2c50f add old compiler with ARM support 2020-01-29 18:17:43 -06:00
luckytyphlosion
27176890c4
Merge pull request #29 from aaaaaa123456789/master
Fix Makefiles to account for the $CC and $CXX environment
2019-08-06 20:22:32 -04:00
aaaaaa123456789
dce943da0f Fix Makefiles to account for the $CC and $CXX environment 2019-08-06 20:40:43 -03:00
huderlem
119616d503
Merge pull request #26 from 916253/patch-1
Remove trailing slash to fix macOS compatibility
2019-05-06 20:05:32 -05:00
huderlem
a9e4e336de
Merge pull request #27 from pret/revert-22-master
Revert "install headers into tools/agbcc/include"
2019-05-06 19:53:39 -05:00
huderlem
ed0b3022fb
Revert "install headers into tools/agbcc/include" 2019-05-06 19:53:03 -05:00
huderlem
abf6ca0ae3
Merge pull request #22 from garakmon/master
install headers into tools/agbcc/include
2019-05-06 17:32:44 -05:00
Emma
bfc767e567
Remove trailing slash to fix macOS compatibility
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.
2019-04-29 20:12:26 -06:00
Garak
ef5124f5a5
install headers into tools/agbcc/include
as long as there is not a `/` after include, this should not make a new directory in `tools/agbcc/include/`
2018-07-18 15:38:06 -04:00
Marcus Huderle
e1d67efda6
Merge pull request #21 from huderlem/tools
Use devkitarm's configured tools
2018-05-26 19:18:18 -05:00
Marcus Huderle
0803b33a54 Use devkitarm's configured tools 2018-05-26 19:08:20 -05:00
Marcus Huderle
7e50da47a2
Merge pull request #20 from yui-konnu/master
Another macOS fix
2018-05-25 21:50:09 -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
Marcus Huderle
5e1f24558d
Merge pull request #12 from camthesaxman/fhex-asm
avoid assembler warning when using -fhex-asm
2018-04-06 08:26:08 -07:00
Marcus Huderle
5203c8c1e0
Merge pull request #8 from NieDzejkob/stop-on-error
Stop the script on the first error using the set -e command
2018-04-06 08:22:29 -07:00
yenatch
80d029caec
Merge pull request #16 from ProjectRevoTPP/libc_fix
Libc fix
2017-12-27 20:05:49 -05:00
ProjectRevoTPP
275f872141 fix 2017-12-27 18:48:11 -05:00
ProjectRevoTPP
b7c2c37a48 Merge branch 'libc' of https://github.com/ProjectRevoTPP/agbcc 2017-12-27 18:47:22 -05:00
ProjectRevoTPP
947ba577d9 please actually work this time im asking nicely 2017-12-27 18:46:19 -05:00
Marcus Huderle
e2cc82b9f4
Merge pull request #15 from ProjectRevoTPP/libc
revo is dumb
2017-12-27 17:21:06 -06:00
ProjectRevoTPP
a78702fc9a idiot, don't try to change that 2017-12-27 18:05:52 -05:00
ProjectRevoTPP
5dc2630fff Makefile update 2017-12-27 17:49:40 -05:00
ProjectRevoTPP
68ba2c5f31 gitignore is dumb 2017-12-27 17:43:30 -05:00
Marcus Huderle
6b611a3046
Merge pull request #13 from ProjectRevoTPP/libc
add libc building to agbcc.
2017-12-27 16:22:00 -06:00
ProjectRevoTPP
d88495e3f4 install.sh comment 2017-12-21 00:46:45 -05:00
ProjectRevoTPP
5ddb810e2d Merge branch 'master' of https://github.com/sceptillion/agbcc into libc 2017-12-21 00:35:42 -05:00
sceptillion
c9378dc2fe fix more 64-bit float bugs 2017-12-20 21:32:43 -08:00
ProjectRevoTPP
cb9fdf5fbb dont forget to be recursive 2017-12-20 16:42:22 -05:00
ProjectRevoTPP
64edc892c3 move libc/include/ to agbcc/include/ in install.sh. 2017-12-20 16:41:35 -05:00
ProjectRevoTPP
4b01df6ef8 tab to spaces 2017-12-20 16:38:19 -05:00
ProjectRevoTPP
48ef7704c0 add libc building to agbcc. 2017-12-20 16:34:35 -05:00
Marcus Huderle
58c860d6c4
Merge pull request #11 from camthesaxman/64bit
finally fix 64-bit
2017-12-16 12:02:43 -08:00
camthesaxman
f05a8ae218 avoid assembler warning when using -fhex-asm 2017-10-26 14:59:00 -05:00
camthesaxman
f49e7cbb33 finally fix 64-bit 2017-10-26 00:28:13 -05:00
NieDzejkob
36ecb5f530 Stop the script on the first error using the set -e command 2017-05-14 16:05:50 +02:00
YamaArashi
928b195197 add stdint.h 2016-10-23 15:54:30 -07:00
YamaArashi
5c3aa03ece fix bug with -fhex-asm and negative integers 2016-10-18 00:24:15 -07:00
YamaArashi
6c251db3ed go back to 32-bit 2016-09-28 20:16:29 -07:00
YamaArashi
41818a2fbd Merge pull request #4 from camthesaxman/msys2-fix
Fix build on MSYS2
2016-09-28 20:03:30 -07:00
Cameron Hall
dc93915b9b Fix build on MSYS2 2016-09-28 19:50:07 -05:00
YamaArashi
223a19fd9b maybe fix 64-bit 2016-07-26 09:03:32 -07:00
YamaArashi
f3580e4659 fix some warnings 2016-07-26 00:16:26 -07:00
YamaArashi
055f692f63 remove unused static functions 2016-07-25 23:08:34 -07:00
YamaArashi
0c55c65a75 fix print_rtl_with_bb proto 2016-07-25 22:55:28 -07:00
YamaArashi
71785b8fc6 add -fhex-asm option 2016-07-24 11:39:52 -07: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
939de61157 support alignments of up to 16 2016-05-15 16:46:24 -07:00
YamaArashi
09a3f6bc99 force LF 2016-05-15 07:13:27 -07:00