From 62a57e68a5b980ecbccb6f81101e96f29e170977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 29 Oct 2024 12:42:43 +0100 Subject: [PATCH] Rm forgotten armc5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/components-platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/components-platform.sh b/tests/scripts/components-platform.sh index cea9c11a91..6c6d2f44f4 100644 --- a/tests/scripts/components-platform.sh +++ b/tests/scripts/components-platform.sh @@ -483,7 +483,7 @@ component_build_armcc () { support_build_armcc () { armc6_cc="$ARMC6_BIN_DIR/armclang" - (check_tools "$armc5_cc" "$armc6_cc" > /dev/null 2>&1) + (check_tools "$armc6_cc" > /dev/null 2>&1) } # For timebeing, no VIA Padlock platform available.