From 199ef1ce1fb4b0c7e8fff9777df54a8c9cb6c684 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 14 Dec 2025 13:13:49 +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 e58e0ea..577a887 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -12,7 +12,7 @@
 
 # required stuff
 
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
 
 include(TestBigEndian)
 test_big_endian(WORDS_BIGENDIAN)
-- 
cgit v1.2.3

