forked from len0rd/rockbox
Remove deprecated arm toolchain from rockboxdev.sh. Replace with arm-eabi.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0402a5ca18
commit
84b527410a
1 changed files with 2 additions and 8 deletions
|
@ -258,11 +258,10 @@ fi
|
||||||
echo "Select target arch:"
|
echo "Select target arch:"
|
||||||
echo "s - sh (Archos models)"
|
echo "s - sh (Archos models)"
|
||||||
echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
|
echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
|
||||||
echo "e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
|
echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
|
||||||
echo "a - arm (older ARM toolchain, deprecated) "
|
|
||||||
echo "i - mips (Jz4740 and ATJ-based players)"
|
echo "i - mips (Jz4740 and ATJ-based players)"
|
||||||
echo "separate multiple targets with spaces"
|
echo "separate multiple targets with spaces"
|
||||||
echo "(Example: \"s m a\" will build sh, m68k and arm)"
|
echo "(Example: \"s m e\" will build sh, m68k and arm)"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
selarch=`input`
|
selarch=`input`
|
||||||
|
@ -295,11 +294,6 @@ do
|
||||||
;;
|
;;
|
||||||
|
|
||||||
[Aa])
|
[Aa])
|
||||||
build "binutils" "arm-elf" "2.16.1" "" "--disable-werror"
|
|
||||||
build "gcc" "arm-elf" "4.0.3" "rockbox-multilibs-arm-elf-gcc-4.0.3_3.diff"
|
|
||||||
;;
|
|
||||||
|
|
||||||
[Ee])
|
|
||||||
binopts=""
|
binopts=""
|
||||||
gccopts=""
|
gccopts=""
|
||||||
case $system in
|
case $system in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue