summaryrefslogtreecommitdiff
path: root/tools/rockboxdev.sh
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2012-10-24 14:05:39 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2012-10-24 14:05:39 +0200
commit5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16 (patch)
tree5fddaa57054271fb123e993f782ec6cebb63c33c /tools/rockboxdev.sh
parentc975de1534f4b4092ad75f85353eec32a9a31b92 (diff)
downloadrockbox-5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16.tar.gz
rockbox-5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16.zip
Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"
This was commited by accident, sorry.
Diffstat (limited to 'tools/rockboxdev.sh')
-rwxr-xr-xtools/rockboxdev.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 78641b5b23..996aa86aea 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -361,8 +361,8 @@ do
361 # default rule for Objective C. Disable the builtin make rules. See 361 # default rule for Objective C. Disable the builtin make rules. See
362 # http://sourceware.org/ml/binutils/2005-12/msg00259.html 362 # http://sourceware.org/ml/binutils/2005-12/msg00259.html
363 export MAKEFLAGS="-r $MAKEFLAGS" 363 export MAKEFLAGS="-r $MAKEFLAGS"
364 build "binutils" "sh-elf" "2.22" "" "--disable-werror" 364 build "binutils" "sh-elf" "2.16.1" "" "--disable-werror"
365 build "gcc" "sh-elf" "4.6.3" "" "" "gmp mpfr mpc" 365 build "gcc" "sh-elf" "4.0.3" "gcc-4.0.3-rockbox-1.diff"
366 ;; 366 ;;
367 367
368 [Ii]) 368 [Ii])