commit | e719a1c0aa1d2f2304c902735a0f89ef6766345c | [log] [tgz] |
---|---|---|
author | Matthew Dalzell <matthew.dalzell@arm.com> | Fri Jun 06 14:19:51 2025 +0100 |
committer | Matthew Dalzell <matthew.dalzell@arm.com> | Fri Jun 06 14:19:51 2025 +0100 |
tree | 8dc19d6830a7cb62211083184cf0e601befca9ad | |
parent | 9cf94be353b95ded3d7c63aa532aea5228eecd46 [diff] [blame] |
COMPILER: Updates gcc version to 13.2 Updates all instances of GCC usage to 13.2 from older versions. Change-Id: Ifc333a954093bc8af7a0ba338fed74b6ec106c4c Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
diff --git a/run-cppcheck.sh b/run-cppcheck.sh index b2b5f68..1766047 100755 --- a/run-cppcheck.sh +++ b/run-cppcheck.sh
@@ -43,7 +43,7 @@ #Fail if any command exit with error. set -e -export PATH=$PATH:$GCC_10_3_PATH +export PATH=$PATH:$GCC_13_2_PATH RAW_OUTPUT=0