From 84b527410ab1a6d38ccaf4248ff758aa42eeb6fb Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 19 Dec 2011 13:11:16 +0000 Subject: [PATCH] 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 --- tools/rockboxdev.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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