1
0
Fork 0
forked from len0rd/rockbox

Upgrade the ARM eabi toolchain to gcc 4.4.4

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-28 23:41:16 +00:00
parent 8b6356d08a
commit 1dcc21d846
2 changed files with 3 additions and 3 deletions

2
tools/configure vendored
View file

@ -42,7 +42,7 @@ prefixtools () {
findarmgcc() {
if [ "$ARG_ARM_EABI" = "1" ]; then
prefixtools arm-elf-eabi-
gccchoice="4.4.3"
gccchoice="4.4.4"
else
prefixtools arm-elf-
gccchoice="4.0.3"