summaryrefslogtreecommitdiff
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
parent5f4d687cb9879654c147f48f195b5e0177c480f1 (diff)
downloadrockbox-2c29abdfde6965731025122c101ce8659da7ea00.tar.gz
rockbox-2c29abdfde6965731025122c101ce8659da7ea00.zip
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
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 7c41a0b182..ad1a51e408 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1950,6 +1950,7 @@ fi
1950 t_manufacturer="as3525" 1950 t_manufacturer="as3525"
1951 t_model="sansa-clip" 1951 t_model="sansa-clip"
1952 arm9tdmicc 1952 arm9tdmicc
1953 GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
1953 ;; 1954 ;;
1954 1955
1955 1956
@@ -1992,6 +1993,7 @@ fi
1992 t_manufacturer="as3525" 1993 t_manufacturer="as3525"
1993 t_model="sansa-m200v4" 1994 t_model="sansa-m200v4"
1994 arm9tdmicc 1995 arm9tdmicc
1996 GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
1995 ;; 1997 ;;
1996 1998
1997 1999
@@ -2037,6 +2039,7 @@ fi
2037 t_manufacturer="as3525" 2039 t_manufacturer="as3525"
2038 t_model="sansa-c200v2" 2040 t_model="sansa-c200v2"
2039 arm9tdmicc 2041 arm9tdmicc
2042 GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
2040 ;; 2043 ;;
2041 2044
2042 60|sansaclipv2) 2045 60|sansaclipv2)