summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 5530090f31..a7f4ba341c 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -248,7 +248,7 @@ echo "Select target arch:"
248echo "s - sh (Archos models)" 248echo "s - sh (Archos models)"
249echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" 249echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
250echo "e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" 250echo "e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
251echo "a - arm (older ARM toolchain, depreciated) 251echo "a - arm (older ARM toolchain, deprecated) "
252echo "i - mips (Jz4740 and ATJ-based players)" 252echo "i - mips (Jz4740 and ATJ-based players)"
253echo "separate multiple targets with spaces" 253echo "separate multiple targets with spaces"
254echo "(Example: \"s m a\" will build sh, m86k and arm)" 254echo "(Example: \"s m a\" will build sh, m86k and arm)"