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])