summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox.make')
-rw-r--r--apps/plugins/chessbox/chessbox.make5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/chessbox/chessbox.make b/apps/plugins/chessbox/chessbox.make
index ee4940de8b..87f0a6ecc0 100644
--- a/apps/plugins/chessbox/chessbox.make
+++ b/apps/plugins/chessbox/chessbox.make
@@ -24,12 +24,7 @@ else
24 ROCKS += $(CHESSBOX_OBJDIR)/chessbox.rock 24 ROCKS += $(CHESSBOX_OBJDIR)/chessbox.rock
25endif 25endif
26 26
27ifeq ($(CPU),sh)
28# sh need to retain its' -Os
29CHESSBOXFLAGS = $(PLUGINFLAGS)
30else
31CHESSBOXFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2 27CHESSBOXFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2
32endif
33 28
34$(CHESSBOX_OBJDIR)/chessbox.rock: $(CHESSBOX_OBJ) 29$(CHESSBOX_OBJDIR)/chessbox.rock: $(CHESSBOX_OBJ)
35 30