Update the text in rockboxdev.sh to make it clear that EABI should be used on ARM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27374 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
463be793c6
commit
6206f4083f
1 changed files with 2 additions and 2 deletions
|
@ -247,8 +247,8 @@ fi
|
|||
echo "Select target arch:"
|
||||
echo "s - sh (Archos models)"
|
||||
echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
|
||||
echo "a - arm (ipods, iriver H10, Sansa, etc)"
|
||||
echo "e - arm-eabi (same as above, new gcc toolchain)"
|
||||
echo "e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
|
||||
echo "a - arm (older ARM toolchain, depreciated)
|
||||
echo "i - mips (Jz4740 and ATJ-based players)"
|
||||
echo "separate multiple targets with spaces"
|
||||
echo "(Example: \"s m a\" will build sh, m86k and arm)"
|
||||
|
|
Loading…
Reference in a new issue