summaryrefslogtreecommitdiff
path: root/tools/rockboxdev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rockboxdev.sh')
-rwxr-xr-xtools/rockboxdev.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 4123790ce6..bf50faf214 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -700,7 +700,6 @@ fi
700 700
701if [ -z "$RBDEV_TARGET" ]; then 701if [ -z "$RBDEV_TARGET" ]; then
702 echo "Select target arch:" 702 echo "Select target arch:"
703 echo "s - sh (Archos models)"
704 echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" 703 echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
705 echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" 704 echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
706 echo "i - mips (Jz47xx and ATJ-based players)" 705 echo "i - mips (Jz47xx and ATJ-based players)"
@@ -724,15 +723,6 @@ do
724 export MAKEFLAGS=`echo $MAKEFLAGS| sed 's/ -r / /'` # We don't want -r 723 export MAKEFLAGS=`echo $MAKEFLAGS| sed 's/ -r / /'` # We don't want -r
725 echo "" 724 echo ""
726 case $arch in 725 case $arch in
727 [Ss])
728 # For binutils 2.16.1 builtin rules conflict on some systems with a
729 # default rule for Objective C. Disable the builtin make rules. See
730 # http://sourceware.org/ml/binutils/2005-12/msg00259.html
731 export MAKEFLAGS="-r $MAKEFLAGS"
732 build "binutils" "sh-elf" "2.16.1" "binutils-2.16.1-texinfo-fix.diff" "--disable-werror"
733 build "gcc" "sh-elf" "4.0.3" "gcc-4.0.3-rockbox-1.diff"
734 ;;
735
736 [Ii]) 726 [Ii])
737 build "binutils" "mipsel-elf" "2.26.1" "" "--disable-werror" 727 build "binutils" "mipsel-elf" "2.26.1" "" "--disable-werror"
738 build "gcc" "mipsel-elf" "4.9.4" "" "" "gmp mpfr mpc" 728 build "gcc" "mipsel-elf" "4.9.4" "" "" "gmp mpfr mpc"