mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[BOOT:RTL] Fix GCC configuration problem for ARM platform
Addendum to 24cb57fd. CORE-17604
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user