summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/rockboxdev.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index f7c07bb753..5530090f31 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -247,8 +247,8 @@ fi
247echo "Select target arch:" 247echo "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 "a - arm (ipods, iriver H10, Sansa, etc)" 250echo "e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
251echo "e - arm-eabi (same as above, new gcc toolchain)" 251echo "a - arm (older ARM toolchain, depreciated)
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)"