projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b7239
)
Unset CROSS_COMPILE env because it might be set.
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 4 Jun 2013 07:43:58 +0000
(16:43 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 4 Jun 2013 07:43:58 +0000
(16:43 +0900)
Change-Id: I8f11c621e5ca864002b57195e64dc84e19a10e28
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
build_x86.sh
patch
|
blob
|
history
diff --git
a/build_x86.sh
b/build_x86.sh
index 3ef952cfdeeddca2fecce9653b90f61192850de8..4b89cfb14b63142c49d031e23d0c0bef53fc5b17 100755
(executable)
--- a/
build_x86.sh
+++ b/
build_x86.sh
@@
-2,4
+2,4
@@
# Build x86 emulator kernel image
ARCH=i386 make i386_tizen_emul_defconfig
-ARCH=i386 make -j8
+ARCH=i386
CROSS_COMPILE=''
make -j8