summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-10-07 18:24:53 +0000
committerNils Wallménius <nils@rockbox.org>2007-10-07 18:24:53 +0000
commit27588edd7e3c7adef87cd5aa27bd3ba47666c117 (patch)
tree8b0893803e7d7de041b8991490ef37f6a74eee25
parent7ad3e2fffed797b28a42bfc51ee66631611fb615 (diff)
downloadrockbox-27588edd7e3c7adef87cd5aa27bd3ba47666c117.tar.gz
rockbox-27588edd7e3c7adef87cd5aa27bd3ba47666c117.zip
Do the checking arm targets in a nicer way in the makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15024 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/doom/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/doom/Makefile b/apps/plugins/doom/Makefile
index 2fe208897b..1687e2b88f 100644
--- a/apps/plugins/doom/Makefile
+++ b/apps/plugins/doom/Makefile
@@ -55,8 +55,7 @@ ifdef APPEXTRA
55endif 55endif
56 56
57# 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
58#ifeq ($(CC), arm-elf-gcc) 58ifeq ($(CPU), arm)
59ifneq (,$(strip $(foreach tgt,SANSA_E200 IPOD_NANO IPOD_COLOR IPOD_VIDEO IPOD_MINI IPOD_1G2G IPOD_3G IPOD_4G IRIVER_H10_5GB IRIVER_H10 GIGABEAT_F,$(findstring $(tgt),$(TARGET)))))
60 CFLAGS += -Os 59 CFLAGS += -Os
61ifndef SIMVER 60ifndef SIMVER
62ifeq ($(TARGET), IRIVER_H100) 61ifeq ($(TARGET), IRIVER_H100)