summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-10 02:26:19 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-10 02:26:19 +0000
commit2c29abdfde6965731025122c101ce8659da7ea00 (patch)
tree0ddd239410b0f8c461ec8b740d01f764867f8ce9 /tools
parent5f4d687cb9879654c147f48f195b5e0177c480f1 (diff)
downloadrockbox-2c29abdfde6965731025122c101ce8659da7ea00.zip
rockbox-2c29abdfde6965731025122c101ce8659da7ea00.tar.gz
rockbox-2c29abdfde6965731025122c101ce8659da7ea00.tar.bz2
rockbox-2c29abdfde6965731025122c101ce8659da7ea00.tar.xz
m200v4/clipv1/c200v2: build with -Os
The small speed decrease is worth the size saving on these players with 2MB of ram git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26735 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 7c41a0b..ad1a51e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1950,6 +1950,7 @@ fi
t_manufacturer="as3525"
t_model="sansa-clip"
arm9tdmicc
+ GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
;;
@@ -1992,6 +1993,7 @@ fi
t_manufacturer="as3525"
t_model="sansa-m200v4"
arm9tdmicc
+ GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
;;
@@ -2037,6 +2039,7 @@ fi
t_manufacturer="as3525"
t_model="sansa-c200v2"
arm9tdmicc
+ GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
;;
60|sansaclipv2)