diff options
| author | Revo <projectrevotpp@hotmail.com> | 2020-04-21 23:56:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 23:56:19 -0400 |
| commit | 5ee605688aaea7fe6b4573dc2ce5ce24cd671855 (patch) | |
| tree | 9f55955120315b5c43eb437d367c815cbf000347 /Makefile | |
| parent | b4eaf3c0d81c1b4897640607aba5acc170ffcde7 (diff) | |
| parent | f3b2b5865a8c5d3549fddfacb69da3cfb2d7d025 (diff) | |
Merge pull request #19 from PikalaxALT/pikalax_work
Misc disassembly and refactoring
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ OBJCOPY := $(CROSS)objcopy # ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o ASFLAGS = -proc arm5te CFLAGS = -O4,p -proc v5te -thumb -fp soft -lang c99 -Cpp_exceptions off -ir include -LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m Entry +LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m _start ####################### Other Tools ######################### |
