projects
/
test
/
tct
/
native
/
behavior.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ec2cc
)
[ITC][Script][Non-ACR][removed gcc-6.2 version compiler type and default gcc-9.2...
55/240455/2
author
Nibha Sharma
<nibha.sharma@samsung.com>
Thu, 6 Aug 2020 09:58:13 +0000
(15:28 +0530)
committer
shobhit verma
<shobhit.v@samsung.com>
Thu, 6 Aug 2020 10:08:23 +0000
(10:08 +0000)
Change-Id: I28e10466e2835c3d35660a2ee61abefb10a60ef8
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 49bbf3053dd44be0af665dd3bc9c6b12e8be638d..2ea6e80e8f83daf24f413d0f17c9d448d1f5e4ce 100755
(executable)
--- a/
scripts_tpk/tpk_create.sh
+++ b/
scripts_tpk/tpk_create.sh
@@
-184,12
+184,7
@@
if [ ! -d $WORKSPACE_PATH ];then
fi
# build command properties
-#COMPILER_TYPE="llvm"
-if [ "$ARCH_TYPE" == "arm" ]; then
- COMPILER_TYPE="gcc-6.2"
-else
- COMPILER_TYPE="gcc"
-fi
+COMPILER_TYPE="gcc"
BUILD_TYPE="Debug"
#######skipping build for unsupported modules#######