summaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xtools/configure2
-rwxr-xr-xtools/rockboxdev.sh8
2 files changed, 3 insertions, 7 deletions
diff --git a/tools/configure b/tools/configure
index 1d93fd025f..76a62a6364 100755
--- a/tools/configure
+++ b/tools/configure
@@ -577,7 +577,7 @@ mipselcc () {
GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses"
GCCOPTIMIZE="-fomit-frame-pointer"
endian="little"
- gccchoice="4.1.2"
+ gccchoice="4.9.4"
}
maemocc () {
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index e41a2db72f..856ab2003d 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -730,12 +730,8 @@ do
;;
[Ii])
- build "binutils" "mipsel-elf" "2.17" "" "--disable-werror"
- patch=""
- if [ "$system" = "Interix" ]; then
- patch="gcc-4.1.2-interix.diff"
- fi
- build "gcc" "mipsel-elf" "4.1.2" "$patch"
+ build "binutils" "mipsel-elf" "2.26.1" "" "--disable-werror"
+ build "gcc" "mipsel-elf" "4.9.4" "" "" "gmp mpfr mpc"
;;
[Mm])