From 29a602cb801285bed6ef97784256d33017786397 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 8 Mar 2010 14:49:10 +0000 Subject: 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 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 5ed0054556..a3bccbcb93 100755 --- a/tools/configure +++ b/tools/configure @@ -41,7 +41,7 @@ prefixtools () { findarmgcc() { if [ "$ARG_ARM_EABI" = "1" ]; then prefixtools arm-elf-eabi- - gccchoice="4.4.2" + gccchoice="4.4.3" else prefixtools arm-elf- gccchoice="4.0.3" -- cgit v1.2.3