Update MIPS toolchain to GCC 4.9.4 and binutils 2.26.1, update configure

Change-Id: I4d3dad4521bdf0b0d6ee5d1635ddbf57483d2b42
This commit is contained in:
Amaury Pouly 2017-11-19 14:42:19 +01:00 committed by Michael Giacomelli
parent 8fb1740a78
commit b3e2bd619b
2 changed files with 3 additions and 7 deletions

2
tools/configure vendored
View File

@ -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 () {

View File

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