summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2006-12-13 05:46:51 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2006-12-13 05:46:51 +0000
commit4084b5d478f079dbe0b30a42cf63fac1d2f118da (patch)
treeca4c0b3b0fec883e47308eac85f4011af1c93d1c
parent73509fc05e675b88dca1740942c7470aefa33f00 (diff)
downloadrockbox-4084b5d478f079dbe0b30a42cf63fac1d2f118da.tar.gz
rockbox-4084b5d478f079dbe0b30a42cf63fac1d2f118da.zip
Will it fit?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11742 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/doom/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/plugins/doom/Makefile b/apps/plugins/doom/Makefile
index 538d57720c..16a47ee08b 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.11 2006/12/13 04:44:17 kkurbjun 6# Revision 1.12 2006/12/13 05:46:51 kkurbjun
7# Will it fit?
8#
9# Revision 1.11 2006-12-13 04:44:17 kkurbjun
7# Dehacked and BEX support for Doom - currently only supports a DEHACKED file in a WAD (not as a standalone file yet). 10# Dehacked and BEX support for Doom - currently only supports a DEHACKED file in a WAD (not as a standalone file yet).
8# 11#
9# Revision 1.10 2006-10-27 21:47:55 amiconn 12# Revision 1.10 2006-10-27 21:47:55 amiconn
@@ -49,7 +52,8 @@ ifdef APPEXTRA
49endif 52endif
50 53
51# The arm code compiles too large for the plugin buffer when set to optimize for speed 54# The arm code compiles too large for the plugin buffer when set to optimize for speed
52ifeq ($(CC), arm-elf-gcc) 55#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)))))
53 CFLAGS += -Os 57 CFLAGS += -Os
54ifndef SIMVER 58ifndef SIMVER
55 CFLAGS += -mstructure-size-boundary=8 59 CFLAGS += -mstructure-size-boundary=8