projects
/
platform
/
hal
/
backend
/
rootstrap-data-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
885411e
)
"Add platform 6.0"
author
sangwook lee
<sangwook96.lee@samsung.com>
Wed, 5 Aug 2020 01:26:39 +0000
(10:26 +0900)
committer
sangwook 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
patch
|
blob
|
history
diff --git
a/script/rootstrap_plugin_gen_1.0.sh
b/script/rootstrap_plugin_gen_1.0.sh
index 57b3e6c4c874f93b1db6a16e0e3e38aaeb59adf2..bfd676732229ca242024a66623896de7198107f6 100755
(executable)
--- 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