forked from len0rd/rockbox
Remove the firmware decompressor and a few more other SH-stragglers.
Change-Id: Ic568755afcccc6db1b6e791b1ed0d2588b90356f
This commit is contained in:
parent
066d471ae6
commit
090bd9592d
9 changed files with 2 additions and 455 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue