diff options
author | Nils Wallménius <nils@rockbox.org> | 2011-01-12 21:39:02 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2011-01-12 21:39:02 +0000 |
commit | 4ca7c9c2c6783bac681cddcd8e6231e781ec1a96 (patch) | |
tree | e1ff7e39cc3c21f9a6508598e6419eaf3f94fe18 | |
parent | 54424fa616b72dcf75f84c898a35189f3cd309c5 (diff) | |
download | rockbox-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-x | tools/rockboxdev.sh | 16 |
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 | |||
290 | ;; | 290 | ;; |
291 | 291 | ||
292 | [Mm]) | 292 | [Mm]) |
293 | build "binutils" "m68k-elf" "2.16.1" | 293 | build "binutils" "m68k-elf" "2.20.1" |
294 | patch="" | 294 | build "gcc" "m68k-elf" "4.5.2" "" "--with-arch=cf" "gmp mpfr mpc" |
295 | case $system in | ||
296 | CYGWIN* | Darwin | FreeBSD | Interix | SunOS) | ||
297 | patch="gcc-3.4.6.patch" | ||
298 | ;; | ||
299 | Linux) | ||
300 | machine=`uname -m` | ||
301 | if [ "$machine" = "x86_64" ]; then | ||
302 | patch="gcc-3.4.6-amd64.patch" | ||
303 | fi | ||
304 | ;; | ||
305 | esac | ||
306 | build "gcc" "m68k-elf" "3.4.6" "$patch" | ||
307 | ;; | 295 | ;; |
308 | 296 | ||
309 | [Aa]) | 297 | [Aa]) |