diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-11-19 14:42:19 +0100 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2018-07-28 10:56:31 -0400 |
| commit | b3e2bd619b1b7ea94ef29d32db48e80b347a1990 (patch) | |
| tree | 9cb49e0e08c1eb365a1a46c224cb8d73830621cb /tools | |
| parent | 8fb1740a78f1f8a41cdfdbc644ab2db7599d3f43 (diff) | |
| download | rockbox-b3e2bd619b1b7ea94ef29d32db48e80b347a1990.zip rockbox-b3e2bd619b1b7ea94ef29d32db48e80b347a1990.tar.gz rockbox-b3e2bd619b1b7ea94ef29d32db48e80b347a1990.tar.bz2 rockbox-b3e2bd619b1b7ea94ef29d32db48e80b347a1990.tar.xz | |
Update MIPS toolchain to GCC 4.9.4 and binutils 2.26.1, update configure
Change-Id: I4d3dad4521bdf0b0d6ee5d1635ddbf57483d2b42
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 | ||||
| -rwxr-xr-x | tools/rockboxdev.sh | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/tools/configure b/tools/configure index 1d93fd0..76a62a6 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 e41a2db..856ab20 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]) |