summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
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 1d93fd025f..76a62a6364 100755
--- a/tools/configure
+++ b/tools/configure
@@ -577,7 +577,7 @@ mipselcc () {
577 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses" 577 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses"
578 GCCOPTIMIZE="-fomit-frame-pointer" 578 GCCOPTIMIZE="-fomit-frame-pointer"
579 endian="little" 579 endian="little"
580 gccchoice="4.1.2" 580 gccchoice="4.9.4"
581} 581}
582 582
583maemocc () { 583maemocc () {