1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Björn Stenberg 2007-06-29 11:35:35 +00:00
parent fef46334d8
commit 63c266e5e5

View file

@ -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
;;
*)
;;