summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-08-02 11:20:20 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-08-02 11:20:20 +0000
commit4c83ef1dbebacc84d03d343bb542cd1ce53bbac5 (patch)
tree53dc5936cd9f4194c2d725ed0bdc9a946f32af58
parent7c3f98f58c69a0b382b69ca546a273d20ebf2d5f (diff)
downloadrockbox-4c83ef1dbebacc84d03d343bb542cd1ce53bbac5.tar.gz
rockbox-4c83ef1dbebacc84d03d343bb542cd1ce53bbac5.zip
Commit FS#9228 thanks to Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18179 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/rockboxdev.sh4
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
283echo "" 283echo ""
284echo "Select target arch:" 284echo "Select target arch:"
285echo "s - sh (Archos models)" 285echo "s - sh (Archos models)"
286echo "i - mips (Jz4740 and ATJ-based players)"
287echo "m - m68k (iriver h1x0/h3x0, ifp7x0 and iaudio)" 286echo "m - m68k (iriver h1x0/h3x0, ifp7x0 and iaudio)"
288echo "a - arm (ipods, iriver H10, Sansa, etc)" 287echo "a - arm (ipods, iriver H10, Sansa, etc)"
289echo "all - all three compilers" 288echo "all - all three compilers above"
289echo "i - mips (Jz4740 and ATJ-based players)"
290echo "" 290echo ""
291 291
292arch=`input` 292arch=`input`