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:
8892fdc
)
Add 5.5 platform version
author
Jongwoo Choi
<jongwoo.choi@samsung.com>
Mon, 23 Sep 2019 07:19:59 +0000
(16:19 +0900)
committer
Jongwoo Choi
<jongwoo.choi@samsung.com>
Mon, 23 Sep 2019 07:19:59 +0000
(16:19 +0900)
Signed-off-by: Jongwoo Choi <jongwoo.choi@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 008988648c09a3f2a98a00152da7fbebfc8a7267..57b3e6c4c874f93b1db6a16e0e3e38aaeb59adf2 100755
(executable)
--- 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