forked from len0rd/rockbox
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
This commit is contained in:
parent
7ad3e2fffe
commit
27588edd7e
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ ifdef APPEXTRA
|
|||
endif
|
||||
|
||||
# The arm code compiles too large for the plugin buffer when set to optimize for speed
|
||||
#ifeq ($(CC), arm-elf-gcc)
|
||||
ifneq (,$(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)))))
|
||||
ifeq ($(CPU), arm)
|
||||
CFLAGS += -Os
|
||||
ifndef SIMVER
|
||||
ifeq ($(TARGET), IRIVER_H100)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue