mirror of https://github.com/seL4/camkes.git
arm,cmake: Set compiler expected tls settings
Add the right TLS variable settings for the gnu-elf-abi used by our compilers. Signed-off-by: Kent McLeod <kent@kry10.com>
This commit is contained in:
parent
3eff84e818
commit
807013aee6
|
@ -77,6 +77,11 @@ endif()
|
|||
|
||||
ApplyCommonReleaseVerificationSettings(${RELEASE} FALSE)
|
||||
|
||||
if (KernelSel4ArchAarch32)
|
||||
# Set correct aarch32 TLS register config
|
||||
set(KernelArmTLSReg tpidruro CACHE STRING "" FORCE)
|
||||
endif()
|
||||
|
||||
# If an application specific settings file exists then import it here.
|
||||
# This can be used for applications to configure the kernel in specific ways
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/apps/${CAMKES_APP}/settings.cmake OPTIONAL)
|
||||
|
|
Loading…
Reference in New Issue