summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
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
1082 if { echo $gccpatch | grep "rockbox" >/dev/null 2>&1; } then 1082 if { echo $gccpatch | grep "rockbox" >/dev/null 2>&1; } then
1083 echo "gcc $gccver is rockbox patched" 1083 echo "gcc $gccver is rockbox patched"
1084 # then convert -O to -Os to get smaller binaries! 1084 # then convert -O to -Os to get smaller binaries!
1085 CCOPTS=`echo $CCOPTS | sed 's/ -O / -Os /'` 1085 GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
1086 else 1086 else
1087 echo "WARNING: You use an unpatched gcc compiler: $gccver" 1087 echo "WARNING: You use an unpatched gcc compiler: $gccver"
1088 echo "WARNING: http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler" 1088 echo "WARNING: http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler"