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
fbe1e0b300
commit
4705973e45
|
@ -92,3 +92,8 @@ ApplyData61ElfLoaderSettings(${KernelARMPlatform} ${KernelSel4Arch})
|
|||
|
||||
# Release settings
|
||||
ApplyCommonReleaseVerificationSettings(FALSE FALSE)
|
||||
|
||||
if (KernelSel4ArchAarch32)
|
||||
# Set correct aarch32 TLS register config
|
||||
set(KernelArmTLSReg tpidruro CACHE STRING "" FORCE)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue