summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
-rwxr-xr-xtools/rockboxdev.sh8
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 () {
577 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses" 577 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses"
578 GCCOPTIMIZE="-fomit-frame-pointer" 578 GCCOPTIMIZE="-fomit-frame-pointer"
579 endian="little" 579 endian="little"
580 gccchoice="4.1.2" 580 gccchoice="4.9.4"
581} 581}
582 582
583maemocc () { 583maemocc () {
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
730 ;; 730 ;;
731 731
732 [Ii]) 732 [Ii])
733 build "binutils" "mipsel-elf" "2.17" "" "--disable-werror" 733 build "binutils" "mipsel-elf" "2.26.1" "" "--disable-werror"
734 patch="" 734 build "gcc" "mipsel-elf" "4.9.4" "" "" "gmp mpfr mpc"
735 if [ "$system" = "Interix" ]; then
736 patch="gcc-4.1.2-interix.diff"
737 fi
738 build "gcc" "mipsel-elf" "4.1.2" "$patch"
739 ;; 735 ;;
740 736
741 [Mm]) 737 [Mm])