mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +00:00
Kernel: Build MiniStdLib.cpp in aarch64 builds
This commit is contained in:
parent
208aa05cf3
commit
a8d96df8e0
Notes:
sideshowbarker
2024-07-18 04:30:12 +09:00
Author: https://github.com/nico
Commit: a8d96df8e0
Pull-request: https://github.com/SerenityOS/serenity/pull/9869
Reviewed-by: https://github.com/linusg ✅
2 changed files with 20 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
UBSanitizer.cpp
|
||||
../MiniStdLib.cpp
|
||||
)
|
||||
if ("${SERENITY_ARCH}" STREQUAL "aarch64")
|
||||
set(SOURCES
|
||||
|
@ -14,7 +15,6 @@ else()
|
|||
Arch/x86/multiboot.S
|
||||
# FIXME: Eventually, some of these should build on aarch64 too.
|
||||
init.cpp
|
||||
../MiniStdLib.cpp
|
||||
../../Userland/Libraries/LibELF/Relocation.cpp
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue