From 189dee08eabbb211932907b34b3f340ab15421eb Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Thu, 8 Sep 2022 11:25:21 +0200 Subject: [PATCH] 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 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"