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:
6bdbcf9
)
Revert "[TCT][Scripts][Non-ACR] GCC 14.1 version added for riscv64 build"
99/318099/1
author
shobhit verma
<shobhit.v@samsung.com>
Tue, 24 Sep 2024 11:53:24 +0000
(11:53 +0000)
committer
shobhit verma
<shobhit.v@samsung.com>
Tue, 24 Sep 2024 11:53:24 +0000
(11:53 +0000)
This reverts commit
6bdbcf9ab5f5c6ceee8b4ff198010408d55e6d72
.
Change-Id: I1f5c51fd1b35a22f47e990aabc49401bed754d60
scripts_tpk/tpk_create.sh
patch
|
blob
|
history
diff --git
a/scripts_tpk/tpk_create.sh
b/scripts_tpk/tpk_create.sh
index b271e599216ea47770c4a6e0a81dad5ef00292f9..a33d6dd66ec14d5eeed7554883bd78f2937a0a9a 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
4
.1"
+ COMPILER_TYPE="gcc-1
3
.1"
fi
if [ $BUILD_PROFILE == "wearable" ]; then