diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2022-09-08 11:25:21 +0200 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2022-09-17 09:01:43 -0400 |
commit | 189dee08eabbb211932907b34b3f340ab15421eb (patch) | |
tree | e75a0f739a978c54e3c3b169c0bd7c47a5bb7df1 | |
parent | 3f3b738e064c57b59dfffc0f75e52a45864ece49 (diff) | |
download | rockbox-189dee08ea.tar.gz rockbox-189dee08ea.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-x | tools/rockboxdev.sh | 2 |
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 if [ -z "$RBDEV_TARGET" ]; then echo "Select target arch:" echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" - echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" + echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, older Sony NWZ, etc)" echo "i - mips (Jz47xx and ATJ-based players)" echo "x - arm-linux (Generic Linux ARM: Samsung ypr0, Linux-based Sony NWZ)" echo "y - mips-linux (Generic Linux MIPS: eg the many HiBy-OS targets)" |