summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-30 16:13:42 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-30 16:13:42 +0000
commit29c87a77c100609992a6577a3780865ff069e8ee (patch)
treed1c9f27b9451fda62d4ad3e4e39162fec0d63efe /tools
parentfc502e0b15f822bb283fac11778e54b6dcf5375b (diff)
downloadrockbox-29c87a77c100609992a6577a3780865ff069e8ee.tar.gz
rockbox-29c87a77c100609992a6577a3780865ff069e8ee.zip
MIPSel: remove unneeded gcc arguments in tools/configure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21136 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure4
1 files 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 () {
304 304
305mipselcc () { 305mipselcc () {
306 prefixtools mipsel-elf- 306 prefixtools mipsel-elf-
307 GCCOPTS="$CCOPTS -march=mips32 -mtune=r4600 -mno-mips16 -mno-abicalls -mno-long-calls -Wno-parentheses" 307 GCCOPTS="$CCOPTS -march=mips32 -mtune=r4600 -mno-mips16 -mno-long-calls"
308 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses"
308 GCCOPTIMIZE="-fomit-frame-pointer" 309 GCCOPTIMIZE="-fomit-frame-pointer"
309 GCCOPTS="$GCCOPTS -fno-pic -fno-builtin -fno-exceptions -ffunction-sections -msoft-float -G 0"
310 endian="little" 310 endian="little"
311 gccchoice="4.1.2" 311 gccchoice="4.1.2"
312} 312}