mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
build: We don't need sh-specific flags in the pictureflow build.
Change-Id: I1e9ab4332cbeb5aabc01edf825eace6152347e0a
This commit is contained in:
parent
3d9d2de34d
commit
d121aa3fe8
1 changed files with 0 additions and 5 deletions
|
@ -22,12 +22,7 @@ else
|
|||
ROCKS += $(PICTUREFLOW_OBJDIR)/pictureflow.rock
|
||||
endif
|
||||
|
||||
ifeq ($(CPU),sh)
|
||||
# sh need to retain its' -Os
|
||||
PICTUREFLOWFLAGS = $(PLUGINFLAGS)
|
||||
else
|
||||
PICTUREFLOWFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2
|
||||
endif
|
||||
|
||||
$(PICTUREFLOW_OBJDIR)/pictureflow.rock: $(PICTUREFLOW_OBJ)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue