summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2011-01-12 21:39:02 +0000
committerNils Wallménius <nils@rockbox.org>2011-01-12 21:39:02 +0000
commit4ca7c9c2c6783bac681cddcd8e6231e781ec1a96 (patch)
treee1ff7e39cc3c21f9a6508598e6419eaf3f94fe18
parent54424fa616b72dcf75f84c898a35189f3cd309c5 (diff)
downloadrockbox-4ca7c9c2c6783bac681cddcd8e6231e781ec1a96.tar.gz
rockbox-4ca7c9c2c6783bac681cddcd8e6231e781ec1a96.zip
rockboxdev.sh: coldfire toolchain upgrade, now using gcc 4.5.2 and binutils 2.20.1. The configure switch will come as soon as a few buildclients are updated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29039 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/rockboxdev.sh16
1 files changed, 2 insertions, 14 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 3dde02b1da..0f30f3bc36 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -290,20 +290,8 @@ do
;;
[Mm])
- build "binutils" "m68k-elf" "2.16.1"
- patch=""
- case $system in
- CYGWIN* | Darwin | FreeBSD | Interix | SunOS)
- patch="gcc-3.4.6.patch"
- ;;
- Linux)
- machine=`uname -m`
- if [ "$machine" = "x86_64" ]; then
- patch="gcc-3.4.6-amd64.patch"
- fi
- ;;
- esac
- build "gcc" "m68k-elf" "3.4.6" "$patch"
+ build "binutils" "m68k-elf" "2.20.1"
+ build "gcc" "m68k-elf" "4.5.2" "" "--with-arch=cf" "gmp mpfr mpc"
;;
[Aa])