1
0
Fork 0
forked from len0rd/rockbox

Remove the firmware decompressor and a few more other SH-stragglers.

Change-Id: Ic568755afcccc6db1b6e791b1ed0d2588b90356f
This commit is contained in:
Solomon Peachy 2020-11-03 18:42:50 -05:00
parent 066d471ae6
commit 090bd9592d
9 changed files with 2 additions and 455 deletions

View file

@ -24,12 +24,7 @@ else
ROCKS += $(CHESSBOX_OBJDIR)/chessbox.rock
endif
ifeq ($(CPU),sh)
# sh need to retain its' -Os
CHESSBOXFLAGS = $(PLUGINFLAGS)
else
CHESSBOXFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2
endif
$(CHESSBOX_OBJDIR)/chessbox.rock: $(CHESSBOX_OBJ)