summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}