1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nils Wallménius 2011-01-12 21:39:02 +00:00
parent 54424fa616
commit 4ca7c9c2c6

View file

@ -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])