diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-08-02 11:20:20 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-08-02 11:20:20 +0000 |
commit | 4c83ef1dbebacc84d03d343bb542cd1ce53bbac5 (patch) | |
tree | 53dc5936cd9f4194c2d725ed0bdc9a946f32af58 /tools | |
parent | 7c3f98f58c69a0b382b69ca546a273d20ebf2d5f (diff) |
Commit FS#9228 thanks to Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18179 a1c6a512-1295-4272-9138-f99709370657
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` |