summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:48:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:48:23 +0900
commitf49705f34e26a4204923b026896d9b111abd5ad5 (patch)
tree9a30755827c9a9b43a7e49ee6e04752a5ae298c5 /modules
parentfd16a96f1f21353e7a9ed3b3891f8b846d76fc6d (diff)
downloadtde-cmake-f49705f34e26a4204923b026896d9b111abd5ad5.tar.gz
tde-cmake-f49705f34e26a4204923b026896d9b111abd5ad5.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'modules')
-rw-r--r--modules/TDEMacros.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/TDEMacros.cmake b/modules/TDEMacros.cmake
index 6ceda16..c1285f9 100644
--- a/modules/TDEMacros.cmake
+++ b/modules/TDEMacros.cmake
@@ -2867,9 +2867,9 @@ endif( )
#################################################
#####
-##### tde_setup_architecture_flags
+##### tde_setup_compiler_flags
-macro( tde_setup_architecture_flags )
+macro( tde_setup_compiler_flags )
if( NOT DEFINED LINKER_IMMEDIATE_BINDING_FLAGS )
message( STATUS "Detected ${CMAKE_SYSTEM_PROCESSOR} CPU architecture" )
## Immediate symbol binding is available only for gcc but not on ARM architectures