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:
parent
fef46334d8
commit
63c266e5e5
1 changed files with 7 additions and 0 deletions
|
|
@ -152,6 +152,13 @@ case $1 in
|
||||||
gccpatch="gcc-3.4.6.patch"
|
gccpatch="gcc-3.4.6.patch"
|
||||||
;;
|
;;
|
||||||
Linux)
|
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
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue