From 4ca7c9c2c6783bac681cddcd8e6231e781ec1a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Wed, 12 Jan 2011 21:39:02 +0000 Subject: [PATCH] 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 --- tools/rockboxdev.sh | 16 ++-------------- 1 file 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])