summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-28 23:41:16 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-28 23:41:16 +0000
commit1dcc21d8466a6279ff79c8b9ee02bc5cfc7f5167 (patch)
tree0c1da1754c904fab7648c5765276d3bcb52c1b11 /tools/configure
parent8b6356d08a5f5b2c91588037d8c543c3a37ff8e9 (diff)
downloadrockbox-1dcc21d8466a6279ff79c8b9ee02bc5cfc7f5167.tar.gz
rockbox-1dcc21d8466a6279ff79c8b9ee02bc5cfc7f5167.zip
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
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 9654cc67f9..505598fba1 100755
--- a/tools/configure
+++ b/tools/configure
@@ -42,7 +42,7 @@ prefixtools () {
42findarmgcc() { 42findarmgcc() {
43 if [ "$ARG_ARM_EABI" = "1" ]; then 43 if [ "$ARG_ARM_EABI" = "1" ]; then
44 prefixtools arm-elf-eabi- 44 prefixtools arm-elf-eabi-
45 gccchoice="4.4.3" 45 gccchoice="4.4.4"
46 else 46 else
47 prefixtools arm-elf- 47 prefixtools arm-elf-
48 gccchoice="4.0.3" 48 gccchoice="4.0.3"