projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ffc00
)
UNIVERSAL: added user to build.sh
author
Inki Dae
<inki.dae@samsung.com>
Fri, 7 Jan 2011 06:46:50 +0000
(15:46 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 7 Jan 2011 06:46:50 +0000
(15:46 +0900)
Signed-off-by: Inki Dae <inki.dae@samsung.com>
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index
646d1b3
..
1ddb095
100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-64,6
+64,10
@@
check_users()
CROSS_COMPILER=/opt/toolchains/arm-2009q3/bin/arm-none-linux-gnueabi-
JOBS="-j 4"
fi
+ if [ "$USER" = "daeinki" ]; then
+ CROSS_COMPILER=/usr/local/arm/arm-2010q1/bin/arm-none-linux-gnueabi-
+ JOBS="-j 5"
+ fi
}
check_ipl()