From 9b2f0a470e7265c5950f18a43352e1b9921278cb Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 19 Apr 2009 13:27:26 +0000 Subject: Disable long calls on MIPS targets to cut binsize git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20739 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 72d0c79..a56019f 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" -- cgit v1.1