summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-21 21:28:04 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-21 21:29:42 -0400
commit2c3be236e9cced1f90fa73b6f31ce3a9b2f8c1bd (patch)
tree93e941703efc7733447b5b9d6f1ec2c6a011f786 /Makefile
parentd433a8c48402fbf9f95cb300b1dd3ae99424189e (diff)
rename entry.s to crt0.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 #########################