summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2022-09-08 11:25:21 +0200
committerAidan MacDonald <amachronic@protonmail.com>2022-09-17 09:01:43 -0400
commit189dee08eabbb211932907b34b3f340ab15421eb (patch)
treee75a0f739a978c54e3c3b169c0bd7c47a5bb7df1
parent3f3b738e064c57b59dfffc0f75e52a45864ece49 (diff)
downloadrockbox-189dee08eabbb211932907b34b3f340ab15421eb.tar.gz
rockbox-189dee08eabbb211932907b34b3f340ab15421eb.zip
rockboxdev.sh: Mention older NWZ for the arm toolchain.
The description for arm-linux mentions "Linux-based Sony NWZ", which is misleading for people who aren't very familiar with the various targets and history. People setting up toolchains for the first time for their "traditional" NWZ will overlook the "linux" part (or not understand what it means) and build the wrong compiler. Mentioning "older Sony NWZ" may of course not immediately tell those people which one to pick, but at least they'll know they need to look things up. Change-Id: I5743a6427842db7334cff5479291e2137c35ae0c
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 6d16f7ba45..8ff5d1734c 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -762,7 +762,7 @@ fi
762if [ -z "$RBDEV_TARGET" ]; then 762if [ -z "$RBDEV_TARGET" ]; then
763 echo "Select target arch:" 763 echo "Select target arch:"
764 echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" 764 echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
765 echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" 765 echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, older Sony NWZ, etc)"
766 echo "i - mips (Jz47xx and ATJ-based players)" 766 echo "i - mips (Jz47xx and ATJ-based players)"
767 echo "x - arm-linux (Generic Linux ARM: Samsung ypr0, Linux-based Sony NWZ)" 767 echo "x - arm-linux (Generic Linux ARM: Samsung ypr0, Linux-based Sony NWZ)"
768 echo "y - mips-linux (Generic Linux MIPS: eg the many HiBy-OS targets)" 768 echo "y - mips-linux (Generic Linux MIPS: eg the many HiBy-OS targets)"