summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-03-25 12:17:07 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-03-25 12:20:15 -0400
commitd121aa3fe85ba5205b605088d80e70da668b45c0 (patch)
treedc62de4a4801bc2bd6022311a43d7e581e32d90b
parent3d9d2de34d3794f6cb35f41adcd705b85af24924 (diff)
downloadrockbox-d121aa3fe85ba5205b605088d80e70da668b45c0.tar.gz
rockbox-d121aa3fe85ba5205b605088d80e70da668b45c0.zip
build: We don't need sh-specific flags in the pictureflow build.
Change-Id: I1e9ab4332cbeb5aabc01edf825eace6152347e0a
-rw-r--r--apps/plugins/pictureflow/pictureflow.make5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.make b/apps/plugins/pictureflow/pictureflow.make
index fb606fb860..e13ba61a72 100644
--- a/apps/plugins/pictureflow/pictureflow.make
+++ b/apps/plugins/pictureflow/pictureflow.make
@@ -22,12 +22,7 @@ else
22 ROCKS += $(PICTUREFLOW_OBJDIR)/pictureflow.rock 22 ROCKS += $(PICTUREFLOW_OBJDIR)/pictureflow.rock
23endif 23endif
24 24
25ifeq ($(CPU),sh)
26# sh need to retain its' -Os
27PICTUREFLOWFLAGS = $(PLUGINFLAGS)
28else
29PICTUREFLOWFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2 25PICTUREFLOWFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2
30endif
31 26
32$(PICTUREFLOW_OBJDIR)/pictureflow.rock: $(PICTUREFLOW_OBJ) 27$(PICTUREFLOW_OBJDIR)/pictureflow.rock: $(PICTUREFLOW_OBJ)
33 28