BUILD: Update toolchain path for dofmind
authorJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 11 Mar 2010 01:20:43 +0000 (10:20 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 11 Mar 2010 01:20:43 +0000 (10:20 +0900)
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
build.sh

index d10c227..a50c1b6 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -20,7 +20,7 @@ check_users()
                JOBS="-j 4"
        fi
        if [ "$USER" = "dofmind" ]; then
-               CROSS_COMPILER=/opt/toolchains/arm-2008q3/bin/arm-none-linux-gnueabi-
+               CROSS_COMPILER=arm-none-linux-gnueabi-
                JOBS="-j 5"
        fi
        if [ "$USER" = "prom" ]; then