1
0
Fork 0
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:
Thomas Martitz 2011-12-19 13:11:16 +00:00
parent 0402a5ca18
commit 84b527410a

View file

@ -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