summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/Makefile')
-rw-r--r--apps/plugins/doom/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/plugins/doom/Makefile b/apps/plugins/doom/Makefile
index 16a47ee08b..3565612709 100644
--- a/apps/plugins/doom/Makefile
+++ b/apps/plugins/doom/Makefile
@@ -3,7 +3,10 @@
3# $Id$ 3# $Id$
4# 4#
5# $Log$ 5# $Log$
6# Revision 1.12 2006/12/13 05:46:51 kkurbjun 6# Revision 1.13 2006/12/13 06:52:09 kkurbjun
7# Free more plugin memory
8#
9# Revision 1.12 2006-12-13 05:46:51 kkurbjun
7# Will it fit? 10# Will it fit?
8# 11#
9# Revision 1.11 2006-12-13 04:44:17 kkurbjun 12# Revision 1.11 2006-12-13 04:44:17 kkurbjun
@@ -53,11 +56,13 @@ endif
53 56
54# The arm code compiles too large for the plugin buffer when set to optimize for speed 57# The arm code compiles too large for the plugin buffer when set to optimize for speed
55#ifeq ($(CC), arm-elf-gcc) 58#ifeq ($(CC), arm-elf-gcc)
56ifneq (,$(strip $(foreach tgt,IPOD_NANO IPOD_COLOR IPOD_VIDEO IPOD_MINI IPOD_3G IPOD_4G IRIVER_H10_5GB IRIVER_H10,$(findstring $(tgt),$(TARGET))))) 59ifneq (,$(strip $(foreach tgt,SANSA_E200 IPOD_NANO IPOD_COLOR IPOD_VIDEO IPOD_MINI IPOD_3G IPOD_4G IRIVER_H10_5GB IRIVER_H10,$(findstring $(tgt),$(TARGET)))))
57 CFLAGS += -Os 60 CFLAGS += -Os
58ifndef SIMVER 61ifndef SIMVER
62ifeq ($(TARGET), IRIVER_H100)
59 CFLAGS += -mstructure-size-boundary=8 63 CFLAGS += -mstructure-size-boundary=8
60endif 64endif
65endif
61else 66else
62 CFLAGS += -O2 67 CFLAGS += -O2
63endif 68endif