summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/rockboxdev.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index e81915e20b..6b12fa015e 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -704,7 +704,7 @@ if [ -z "$RBDEV_TARGET" ]; then
704 echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" 704 echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
705 echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" 705 echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
706 echo "i - mips (Jz47xx and ATJ-based players)" 706 echo "i - mips (Jz47xx and ATJ-based players)"
707 echo "r - arm-app (Samsung ypr0)" 707# echo "r - arm-app (Samsung ypr0)"
708 echo "x - arm-linux (Generic Linux ARM: Samsung ypr0, Linux-based Sony NWZ)" 708 echo "x - arm-linux (Generic Linux ARM: Samsung ypr0, Linux-based Sony NWZ)"
709 echo "y - mips-linux (Generic Linux MIPS: AGPTek Rocker)" 709 echo "y - mips-linux (Generic Linux MIPS: AGPTek Rocker)"
710 echo "separate multiple targets with spaces" 710 echo "separate multiple targets with spaces"
@@ -754,9 +754,9 @@ do
754 build "binutils" "arm-elf-eabi" "2.20.1" "binutils-2.20.1-ld-thumb-interwork-long-call.diff binutils-2.20.1-texinfo-fix.diff" "$binopts --disable-werror" 754 build "binutils" "arm-elf-eabi" "2.20.1" "binutils-2.20.1-ld-thumb-interwork-long-call.diff binutils-2.20.1-texinfo-fix.diff" "$binopts --disable-werror"
755 build "gcc" "arm-elf-eabi" "4.4.4" "rockbox-multilibs-noexceptions-arm-elf-eabi-gcc-4.4.2_1.diff" "$gccopts MAKEINFO=missing" "gmp mpfr" 755 build "gcc" "arm-elf-eabi" "4.4.4" "rockbox-multilibs-noexceptions-arm-elf-eabi-gcc-4.4.2_1.diff" "$gccopts MAKEINFO=missing" "gmp mpfr"
756 ;; 756 ;;
757 [Rr]) 757# [Rr])
758 build_ctng "ypr0" "alsalib.tar.gz" "arm" "linux-gnueabi" 758# build_ctng "ypr0" "alsalib.tar.gz" "arm" "linux-gnueabi"
759 ;; 759# ;;
760 [Xx]) 760 [Xx])
761 # IMPORTANT NOTE 761 # IMPORTANT NOTE
762 # This toolchain must support several targets and thus must support 762 # This toolchain must support several targets and thus must support