Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
It was confirmed a while ago that m4a and agb_sram do in fact use old_agbcc
  • Loading branch information
WhenGryphonsFly committed Jan 7, 2024
1 parent 5e9b285 commit c0b5047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ include graphics_rules.mk
%.lz: % ; $(GFX) $< $@
%.rl: % ; $(GFX) $< $@

# TODO: these "match" under old_agbcc, but the true compiler is agbcc -fprologue-bugfix
$(C_BUILDDIR)/m4a.o: CFLAGS := -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm
$(C_BUILDDIR)/m4a.o: CC1 := tools/agbcc/bin/old_agbcc

Expand Down

0 comments on commit c0b5047

Please sign in to comment.