summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-03-08 14:49:10 +0000
committerThomas Martitz <kugel@rockbox.org>2010-03-08 14:49:10 +0000
commit29a602cb801285bed6ef97784256d33017786397 (patch)
tree3dd7ed0330300fe854978fcc082568e58a09f303 /tools/configure
parentae208af9cc9a266eefabdd9a999a6501924d81f1 (diff)
downloadrockbox-29a602cb801285bed6ef97784256d33017786397.tar.gz
rockbox-29a602cb801285bed6ef97784256d33017786397.zip
Update rockboxdev.sh/configure for arm-elf-eabi-gcc 4.4.3 and binutils 2.20.1.
Additional slight change to rockboxdev.sh: strip the gcc folder from the patch paths (which contains the version), so that patches aren't strictly dependant on the gcc version. Add a sanity check for the case the patch fails to apply. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25070 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 5ed0054556..a3bccbcb93 100755
--- a/tools/configure
+++ b/tools/configure
@@ -41,7 +41,7 @@ prefixtools () {
41findarmgcc() { 41findarmgcc() {
42 if [ "$ARG_ARM_EABI" = "1" ]; then 42 if [ "$ARG_ARM_EABI" = "1" ]; then
43 prefixtools arm-elf-eabi- 43 prefixtools arm-elf-eabi-
44 gccchoice="4.4.2" 44 gccchoice="4.4.3"
45 else 45 else
46 prefixtools arm-elf- 46 prefixtools arm-elf-
47 gccchoice="4.0.3" 47 gccchoice="4.0.3"