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:
parent
5f4d687cb9
commit
2c29abdfde
1 changed files with 3 additions and 0 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue