diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/rockboxdev.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 93efa75220..4bbf75a5f8 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -283,10 +283,10 @@ cd .. # get out of $builddir echo "" echo "Select target arch:" echo "s - sh (Archos models)" -echo "i - mips (Jz4740 and ATJ-based players)" echo "m - m68k (iriver h1x0/h3x0, ifp7x0 and iaudio)" echo "a - arm (ipods, iriver H10, Sansa, etc)" -echo "all - all three compilers" +echo "all - all three compilers above" +echo "i - mips (Jz4740 and ATJ-based players)" echo "" arch=`input` |