summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-12-16 21:43:34 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-12-16 21:43:34 -0500
commit666f5d4e3a51fb4e7e836304336cbed3120c0efd (patch)
treef51f6e90e19943bad132fdf68428396885d19058 /Makefile
parentf95a4a932476be2ba99e2fd081e8d2bc6ea12813 (diff)
Link newlib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5a0180..2b8f353 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ $(LIBC) $(LIBM):
make -C newlib
pmd_red.elf: ld_script.ld $(OBJS) $(LIBC) $(LIBM)
- $(LD) -T ld_script.ld -Map pmd_red.map -o $@ $(OBJS) $(LIBGCC) # $(LIBC) $(LIBM)
+ $(LD) -T ld_script.ld -Map pmd_red.map -o $@ $(OBJS) $(LIBC) $(LIBM) $(LIBGCC)
pmd_red.gba: pmd_red.elf
$(OBJCOPY) -O binary --gap-fill 0xFF --pad-to 0xA000000 $< $@