"Add platform 6.0"
authorsangwook lee <sangwook96.lee@samsung.com>
Wed, 5 Aug 2020 01:26:39 +0000 (10:26 +0900)
committersangwook lee <sangwook96.lee@samsung.com>
Wed, 5 Aug 2020 01:26:39 +0000 (10:26 +0900)
Change-Id: I5952481362e8cfc1ea9252461f954ed45840e876
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
script/rootstrap_plugin_gen_1.0.sh

index 57b3e6c4c874f93b1db6a16e0e3e38aaeb59adf2..bfd676732229ca242024a66623896de7198107f6 100755 (executable)
@@ -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