diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:48:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:48:23 +0900 |
| commit | f49705f34e26a4204923b026896d9b111abd5ad5 (patch) | |
| tree | 9a30755827c9a9b43a7e49ee6e04752a5ae298c5 /modules | |
| parent | fd16a96f1f21353e7a9ed3b3891f8b846d76fc6d (diff) | |
| download | tde-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.cmake | 4 |
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 |
