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
This commit is contained in:
Rafaël Carré 2010-06-10 02:26:19 +00:00
parent 5f4d687cb9
commit 2c29abdfde

3
tools/configure vendored
View file

@ -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)