summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-19 13:27:26 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-19 13:27:26 +0000
commit9b2f0a470e7265c5950f18a43352e1b9921278cb (patch)
treefbbf0fa3930753a02906e06dfd6e5388f7953690
parenta10ff23fcf3651996c2687e9c10b0844a9f5dbe3 (diff)
downloadrockbox-9b2f0a470e7265c5950f18a43352e1b9921278cb.tar.gz
rockbox-9b2f0a470e7265c5950f18a43352e1b9921278cb.zip
Disable long calls on MIPS targets to cut binsize
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20739 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 72d0c79950..a56019f842 100755
--- a/tools/configure
+++ b/tools/configure
@@ -304,7 +304,7 @@ arm1136jfscc () {
mipselcc () {
prefixtools mipsel-elf-
- GCCOPTS="$CCOPTS -march=mips32 -mtune=r4600 -mno-mips16 -mno-abicalls -mlong-calls -Wno-parentheses"
+ GCCOPTS="$CCOPTS -march=mips32 -mtune=r4600 -mno-mips16 -mno-abicalls -mno-long-calls -Wno-parentheses"
GCCOPTIMIZE="-fomit-frame-pointer"
GCCOPTS="$GCCOPTS -fno-pic -fno-builtin -fno-exceptions -ffunction-sections -msoft-float -G 0"
endian="little"