From 69a53b7708f8ef4a33d9858f6b5a9893eb80f877 Mon Sep 17 00:00:00 2001 From: Dongsoo Kim Date: Tue, 1 Sep 2009 15:33:36 +0900 Subject: [PATCH] build script CROSS_COMPILER revised --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 891bd9a..8e9858c 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set default cross compiler -CROSS_COMPILER=/opt/toolchains/arm-2007q3/bin/arm-none-linux-gnueabi- +CROSS_COMPILER=/opt/toolchains/arm-2008q3/bin/arm-none-linux-gnueabi- # Check this system has ccache check_ccache() -- 2.7.4