[TCT][Scripts][Non-ACR] GCC 14.1 version added for riscv64 build 09/318009/1
authorshobhitv <shobhit.v@samsung.com>
Mon, 23 Sep 2024 12:50:24 +0000 (18:20 +0530)
committershobhitv <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

index a33d6dd66ec14d5eeed7554883bd78f2937a0a9a..b271e599216ea47770c4a6e0a81dad5ef00292f9 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-13.1"
+       COMPILER_TYPE="gcc-14.1"
 fi
 
 if [ $BUILD_PROFILE == "wearable" ]; then