summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-11-19 14:42:19 +0100
committerMichael Giacomelli <giac2000@hotmail.com>2018-07-28 10:56:31 -0400
commitb3e2bd619b1b7ea94ef29d32db48e80b347a1990 (patch)
tree9cb49e0e08c1eb365a1a46c224cb8d73830621cb /tools/configure
parent8fb1740a78f1f8a41cdfdbc644ab2db7599d3f43 (diff)
downloadrockbox-b3e2bd619b1b7ea94ef29d32db48e80b347a1990.tar.gz
rockbox-b3e2bd619b1b7ea94ef29d32db48e80b347a1990.zip
Update MIPS toolchain to GCC 4.9.4 and binutils 2.26.1, update configure
Change-Id: I4d3dad4521bdf0b0d6ee5d1635ddbf57483d2b42
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 () {