From 2b2f430fcd8548ed8c71d685151812964aa4fc58 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 28 Jan 2026 00:18:09 +0100 Subject: [PATCH] tests: scripts: adapt test_tf_psa_crypto_optimized_alignment to 3.6 Move from CMake to Make Signed-off-by: Valerio Setti --- tests/scripts/components-compiler.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/scripts/components-compiler.sh b/tests/scripts/components-compiler.sh index ed89d818ca..b764247380 100644 --- a/tests/scripts/components-compiler.sh +++ b/tests/scripts/components-compiler.sh @@ -200,9 +200,7 @@ component_test_tf_psa_crypto_optimized_alignment() { # assembly code. EXTRA_C_FLAGS="$EXTRA_C_FLAGS -g3" - cd $OUT_OF_SOURCE_DIR - cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_C_FLAGS=" $EXTRA_C_FLAGS " "$TF_PSA_CRYPTO_ROOT_DIR" - make + make CC=gcc CFLAGS="$EXTRA_C_FLAGS" msg "test: verify alignment with O3 optimizations in GCC" make test