mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
Kernel: Fix all linker errors for Aarch64 build
This commit is contained in:
parent
ab70268d61
commit
ceb3328877
3 changed files with 80 additions and 0 deletions
|
@ -361,6 +361,9 @@ else()
|
|||
Arch/aarch64/dummy.cpp
|
||||
${AK_SOURCES}
|
||||
)
|
||||
|
||||
# Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel'
|
||||
add_compile_options(-mno-outline-atomics)
|
||||
endif()
|
||||
|
||||
add_compile_options(-fsigned-char)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue