From: Jongwoo Choi Date: Mon, 23 Sep 2019 07:19:59 +0000 (+0900) Subject: Add 5.5 platform version X-Git-Tag: accepted/tizen/unified/20240719.080553~352 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84d3ad1aa9a4223422215a787729e0107ea38fbb;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git Add 5.5 platform version Signed-off-by: Jongwoo Choi --- diff --git a/script/rootstrap_plugin_gen_1.0.sh b/script/rootstrap_plugin_gen_1.0.sh index 0089886..57b3e6c 100755 --- a/script/rootstrap_plugin_gen_1.0.sh +++ b/script/rootstrap_plugin_gen_1.0.sh @@ -98,6 +98,13 @@ then GCC_VERSION="6.2" LLVM_VERSION="4.0" fi + +if [[ "${PLATFORM_VERSION}" = "5.5"* ]] +then + GCC_VERSION="6.2" + LLVM_VERSION="4.0" +fi + # Deprecated LLVM version #xmlstarlet ed -L -s "/extension/rootstrap" -t elem -n "toolchain" -v "" $PLUGIN_FILENAME #xmlstarlet ed -L -s "/extension/rootstrap/toolchain[last()]" -t attr -n "name" -v "llvm" $PLUGIN_FILENAME