summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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"