A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

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

Change-Id: I4d3dad4521bdf0b0d6ee5d1635ddbf57483d2b42

authored by

Amaury Pouly and committed by
Michael Giacomelli
b3e2bd61 8fb1740a

+3 -7
+1 -1
tools/configure
··· 577 577 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses" 578 578 GCCOPTIMIZE="-fomit-frame-pointer" 579 579 endian="little" 580 - gccchoice="4.1.2" 580 + gccchoice="4.9.4" 581 581 } 582 582 583 583 maemocc () {
+2 -6
tools/rockboxdev.sh
··· 730 730 ;; 731 731 732 732 [Ii]) 733 - build "binutils" "mipsel-elf" "2.17" "" "--disable-werror" 734 - patch="" 735 - if [ "$system" = "Interix" ]; then 736 - patch="gcc-4.1.2-interix.diff" 737 - fi 738 - build "gcc" "mipsel-elf" "4.1.2" "$patch" 733 + build "binutils" "mipsel-elf" "2.26.1" "" "--disable-werror" 734 + build "gcc" "mipsel-elf" "4.9.4" "" "" "gmp mpfr mpc" 739 735 ;; 740 736 741 737 [Mm])