summaryrefslogtreecommitdiff
path: root/tools/rockboxdev.sh
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-12 18:36:57 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-13 00:39:01 +0200
commitb1d7d897d3b5317af94b3fcf753953f536eea8d6 (patch)
treee384f676571aace57f17982ad169a39af4d6df5c /tools/rockboxdev.sh
parent3e0a644b5b899260e34154b50bce850a487f5f0c (diff)
downloadrockbox-b1d7d897d3b5317af94b3fcf753953f536eea8d6.tar.gz
rockbox-b1d7d897d3b5317af94b3fcf753953f536eea8d6.zip
rockboxdev: Remove the ability to build the special cy-ng ypr0 toolchain
We don't actually use it any more; let's not confuse folks with it. Change-Id: Ic8fbe9bc95495b0969249dc774c5adf2126a2b98
Diffstat (limited to 'tools/rockboxdev.sh')
-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