From: sangwook lee Date: Wed, 5 Aug 2020 01:26:39 +0000 (+0900) Subject: "Add platform 6.0" X-Git-Tag: accepted/tizen/unified/20240719.080553~318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=349139f32f740c8223f8370df68551e11ce5691d;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git "Add platform 6.0" Change-Id: I5952481362e8cfc1ea9252461f954ed45840e876 Signed-off-by: sangwook lee --- diff --git a/script/rootstrap_plugin_gen_1.0.sh b/script/rootstrap_plugin_gen_1.0.sh index 57b3e6c..bfd6767 100755 --- a/script/rootstrap_plugin_gen_1.0.sh +++ b/script/rootstrap_plugin_gen_1.0.sh @@ -105,6 +105,13 @@ then LLVM_VERSION="4.0" fi +if [[ "${PLATFORM_VERSION}" = "6.0"* ]] +then + GCC_VERSION="9.2" + LLVM_VERSION="10.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