projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b66c3aa
)
[TCT][Scripts][Non-ACR] GCC 14.1 version added for riscv64 build
09/318009/1
author
shobhitv
<shobhit.v@samsung.com>
Mon, 23 Sep 2024 12:50:24 +0000
(18:20 +0530)
committer
shobhitv
<shobhit.v@samsung.com>
Mon, 23 Sep 2024 12:50:24 +0000
(18:20 +0530)
Change-Id: Ic48329bf29b7fee8ae724621d97cfa12f5f8caf4
Signed-off-by: shobhitv <shobhit.v@samsung.com>
scripts_tpk/tpk_create.sh
patch
|
blob
|
history
diff --git
a/scripts_tpk/tpk_create.sh
b/scripts_tpk/tpk_create.sh
index a33d6dd66ec14d5eeed7554883bd78f2937a0a9a..b271e599216ea47770c4a6e0a81dad5ef00292f9 100755
(executable)
--- a/
scripts_tpk/tpk_create.sh
+++ b/
scripts_tpk/tpk_create.sh
@@
-806,7
+806,7
@@
fi
##RISCV64 architecture build is supported using gcc-13.1 tool chain
if [ $ARCH_TYPE == "riscv64" ]; then
- COMPILER_TYPE="gcc-1
3
.1"
+ COMPILER_TYPE="gcc-1
4
.1"
fi
if [ $BUILD_PROFILE == "wearable" ]; then