From: Nibha Sharma Date: Thu, 6 Aug 2020 09:58:13 +0000 (+0530) Subject: [ITC][Script][Non-ACR][removed gcc-6.2 version compiler type and default gcc-9.2... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42cbda512a8096cf015a537c89f28b008a20b5e6;p=test%2Ftct%2Fnative%2Fbehavior.git [ITC][Script][Non-ACR][removed gcc-6.2 version compiler type and default gcc-9.2 is used for all build purposes] Change-Id: I28e10466e2835c3d35660a2ee61abefb10a60ef8 Signed-off-by: Nibha Sharma --- diff --git a/scripts_tpk/tpk_create.sh b/scripts_tpk/tpk_create.sh index 49bbf30..2ea6e80 100755 --- 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#######