Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/136/head
Michele Calgaro 2 weeks ago
parent fd16a96f1f
commit f49705f34e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

Loading…
Cancel
Save