mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[BOOT:RTL] Fix GCC configuration problem for ARM platform
Addendum to 24cb57fd
. CORE-17604
This commit is contained in:
parent
7486dbe833
commit
03c8832a77
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ elseif(ARCH STREQUAL "amd64")
|
|||
${NTOS_RTL_SOURCE_DIR}/byteswap.c
|
||||
${NTOS_RTL_SOURCE_DIR}/mem.c)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
list(APPEND ASM_SOURCE arm/debug_asm.S)
|
||||
list(APPEND ASM_SOURCE
|
||||
${NTOS_RTL_SOURCE_DIR}/arm/debug_asm.S)
|
||||
list(APPEND SOURCE
|
||||
${NTOS_RTL_SOURCE_DIR}/byteswap.c
|
||||
${NTOS_RTL_SOURCE_DIR}/mem.c)
|
||||
|
|
Loading…
Reference in a new issue