From 0634cf0346d04fe5232d74b6b62720085c86c77e Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 14 Dec 2025 13:18:29 +0900
Subject: Rename 'tde_setup_architecture_flags' to a more appropriate
 'tde_setup_compiler_flags'

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 ConfigureChecks.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 21423943..2412a2b3 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -9,7 +9,7 @@
 #
 #################################################
 
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
 
 include(TestBigEndian)
 test_big_endian(WORDS_BIGENDIAN)
-- 
cgit v1.2.3

