From 63c266e5e543cf7341418b1a83e938d05ede2c7d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 29 Jun 2007 11:35:35 +0000 Subject: Now automatically patches gcc-3.4.6 when built on x86_64. (FS#6564) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13733 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index f9b1ae8a46..7bfd7840c9 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -152,6 +152,13 @@ case $1 in gccpatch="gcc-3.4.6.patch" ;; Linux) + machine=`uname -m` + case $machine in + x86_64) + gccurl="http://www.rockbox.org/twiki/pub/Main/CrossCompiler" + gccpatch="gcc-3.4.6-amd64.patch" + ;; + esac ;; *) ;; -- cgit v1.2.3