From 781243cb2dc4de7c288827c9fe043b888643782a Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Sat, 5 Dec 2009 13:19:51 +0900 Subject: [PATCH] Add check user Signed-off-by: Jaehoon Chung --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index eab4ba4..d24f033 100755 --- a/build.sh +++ b/build.sh @@ -27,6 +27,10 @@ check_users() CROSS_COMPILER=/opt/toolchains/arm-2008q3/bin/arm-none-linux-gnueabi- JOBS="-j 5" fi + if [ "$USER" = "jaehoon" ]; then + CROSS_COMPILER=/usr/local/arm/arm-2008q3/bin/arm-none-linux-gnueabi- + JOBS="-j 5" + fi } build_uboot() -- 2.7.4