From 29c87a77c100609992a6577a3780865ff069e8ee Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sat, 30 May 2009 16:13:42 +0000 Subject: MIPSel: remove unneeded gcc arguments in tools/configure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21136 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index e7cb4943f8..1eec733243 100755 --- a/tools/configure +++ b/tools/configure @@ -304,9 +304,9 @@ arm1136jfscc () { mipselcc () { prefixtools mipsel-elf- - GCCOPTS="$CCOPTS -march=mips32 -mtune=r4600 -mno-mips16 -mno-abicalls -mno-long-calls -Wno-parentheses" + GCCOPTS="$CCOPTS -march=mips32 -mtune=r4600 -mno-mips16 -mno-long-calls" + GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses" GCCOPTIMIZE="-fomit-frame-pointer" - GCCOPTS="$GCCOPTS -fno-pic -fno-builtin -fno-exceptions -ffunction-sections -msoft-float -G 0" endian="little" gccchoice="4.1.2" } -- cgit v1.2.3