This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/arm9
TuxSH 7cb50d38b9 Fix linker script bug, see details
LD interprets "a.o b.o c.o(sectionexpr)" as 3 separate input commands, i.e. it will copy all the sections from a.o, then b.o and the sections matching (sectionexpr) from c.o in that order; (a.o b.o c.o)(sectionexpr) results in a syntax error.
2019-03-15 23:03:21 +01:00
..
source Sanitize arm9 build system... however link script overflows itcm 2019-03-15 23:03:21 +01:00
linker.ld Fix linker script bug, see details 2019-03-15 23:03:21 +01:00
linker.specs Sanitize arm9 build system... however link script overflows itcm 2019-03-15 23:03:21 +01:00
Makefile Sanitize arm9 build system... however link script overflows itcm 2019-03-15 23:03:21 +01:00