From 2c3be236e9cced1f90fa73b6f31ce3a9b2f8c1bd Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 21 Apr 2020 21:28:04 -0400 Subject: rename entry.s to crt0.s --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c362444..763dd714 100644 --- a/Makefile +++ b/Makefile @@ -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 ######################### -- cgit v1.2.3