diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index c2578caa06..d1b8e971d3 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -258,11 +258,10 @@ fi echo "Select target arch:" echo "s - sh (Archos models)" 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 (older ARM toolchain, deprecated) " +echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" echo "i - mips (Jz4740 and ATJ-based players)" 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 "" selarch=`input` @@ -295,11 +294,6 @@ do ;; [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="" gccopts="" case $system in