Revert "[TCT][Scripts][Non-ACR] GCC 14.1 version added for riscv64 build" 99/318099/1
authorshobhit verma <shobhit.v@samsung.com>
Tue, 24 Sep 2024 11:53:24 +0000 (11:53 +0000)
committershobhit 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

index b271e599216ea47770c4a6e0a81dad5ef00292f9..a33d6dd66ec14d5eeed7554883bd78f2937a0a9a 100755 (executable)
@@ -806,7 +806,7 @@ fi
 
 ##RISCV64 architecture build is supported using gcc-13.1 tool chain
 if [ $ARCH_TYPE == "riscv64" ]; then
-       COMPILER_TYPE="gcc-14.1"
+       COMPILER_TYPE="gcc-13.1"
 fi
 
 if [ $BUILD_PROFILE == "wearable" ]; then