From b3e2bd619b1b7ea94ef29d32db48e80b347a1990 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 19 Nov 2017 14:42:19 +0100 Subject: Update MIPS toolchain to GCC 4.9.4 and binutils 2.26.1, update configure Change-Id: I4d3dad4521bdf0b0d6ee5d1635ddbf57483d2b42 --- tools/configure | 2 +- tools/rockboxdev.sh | 8 ++------ 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]) -- cgit v1.2.3