From 442b58cc3d09e0651e1b64f318b86462d0042440 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 1 May 2006 21:34:24 +0000 Subject: now use -Os with patched gcc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9856 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 1b85f0be6f..6779139deb 100755 --- a/tools/configure +++ b/tools/configure @@ -1082,7 +1082,7 @@ if test "$CC" = "sh-elf-gcc"; then if { echo $gccpatch | grep "rockbox" >/dev/null 2>&1; } then echo "gcc $gccver is rockbox patched" # then convert -O to -Os to get smaller binaries! - CCOPTS=`echo $CCOPTS | sed 's/ -O / -Os /'` + GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'` else echo "WARNING: You use an unpatched gcc compiler: $gccver" echo "WARNING: http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler" -- cgit v1.2.3