mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
[FREELDR][SDK] Build UEFI bootloader for ARM32 (#5196)
CORE-17604 - Disable some functions for ARM32; - Remove some link options not used on ARM; - Add get _controlfp() to LIBCNTPR to link properly on ARM; - Unify Freeldr UI Drawing on ARM; - Add qemu UART debugging for ARM32/ARM64.
This commit is contained in:
parent
a0bef1998e
commit
f2a58733e8
17 changed files with 71 additions and 164 deletions
|
@ -40,8 +40,15 @@ elseif(ARCH STREQUAL "arm")
|
|||
float/arm/_fpreset.c
|
||||
float/arm/_statusfp.c
|
||||
)
|
||||
list(APPEND LIBCNTPR_FLOAT_SOURCE
|
||||
float/arm/_controlfp.c
|
||||
)
|
||||
list(APPEND CRT_FLOAT_ASM_SOURCE
|
||||
float/arm/__getfp.s
|
||||
float/arm/__setfp.s
|
||||
)
|
||||
list(APPEND LIBCNTPR_FLOAT_ASM_SOURCE
|
||||
float/arm/__getfp.s
|
||||
float/arm/__setfp.s
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue