From 2c29abdfde6965731025122c101ce8659da7ea00 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 10 Jun 2010 02:26:19 +0000 Subject: 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 --- tools/configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 7c41a0b182..ad1a51e408 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) -- cgit v1.2.3