summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-30 08:28:35 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-30 08:28:35 +0000
commitb89ee32a4b3955dbbacc795134ed0a01f2049a2d (patch)
tree99d5ff19c86b37870608f243b3b5fe8b838f99aa /tools/configure
parentfa98298983c9d6b5e165ef077359f5786b43566f (diff)
downloadrockbox-b89ee32a4b3955dbbacc795134ed0a01f2049a2d.tar.gz
rockbox-b89ee32a4b3955dbbacc795134ed0a01f2049a2d.zip
Adjust MIPSel compiler to the same as used in rockboxdev.sh
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18148 a1c6a512-1295-4272-9138-f99709370657
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 f83f8a815f..2267489997 100755
--- a/tools/configure
+++ b/tools/configure
@@ -281,7 +281,7 @@ arm1136jfscc () {
281} 281}
282 282
283mipselcc () { 283mipselcc () {
284 prefixtools mipsel-linux- 284 prefixtools mipsel-elf-
285 GCCOPTS="$CCOPTS -mips32 -mno-abicalls" 285 GCCOPTS="$CCOPTS -mips32 -mno-abicalls"
286 GCCOPTIMIZE="-fomit-frame-pointer" 286 GCCOPTIMIZE="-fomit-frame-pointer"
287 GCCOPTS="$GCCOPTS -fno-pic -fno-builtin -fno-exceptions -ffunction-sections -msoft-float -G 0" 287 GCCOPTS="$GCCOPTS -fno-pic -fno-builtin -fno-exceptions -ffunction-sections -msoft-float -G 0"