From 4c83ef1dbebacc84d03d343bb542cd1ce53bbac5 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sat, 2 Aug 2008 11:20:20 +0000 Subject: [PATCH] Commit FS#9228 thanks to Alex Parker git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18179 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 4 ++-- 1 file 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`