projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37c0c81
)
[NativeTCT][Non-ACR][Script][x86 Autobinary toolchain id error fixed]
88/237788/1
author
Nibha Sharma
<nibha.sharma@samsung.com>
Fri, 3 Jul 2020 10:48:11 +0000
(16:18 +0530)
committer
Nibha Sharma
<nibha.sharma@samsung.com>
Fri, 3 Jul 2020 10:48:11 +0000
(16:18 +0530)
Change-Id: I164bd9b324d0d07676b591d29c4d9b0e7dbedba2
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
scripts_tpk/tpk_create.sh
patch
|
blob
|
history
diff --git
a/scripts_tpk/tpk_create.sh
b/scripts_tpk/tpk_create.sh
index 206b394f07ced6971d1f433edd3323cc46ff84ea..734bbbb7b07e9860aba5fb0aa6cdfcded54dbfed 100755
(executable)
--- a/
scripts_tpk/tpk_create.sh
+++ b/
scripts_tpk/tpk_create.sh
@@
-586,7
+586,10
@@
fi
# build command properties
#COMPILER_TYPE="llvm"
-COMPILER_TYPE="gcc-6.2"
+COMPILER_TYPE="gcc"
+if [ "$ARCH_TYPE" == "aarch64" ]; then
+ COMPILER_TYPE="gcc-6.2"
+fi
BUILD_TYPE="Debug"
UNSUPPORTED_FILE="tct_unsupported.txt"