1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:37:45 +00:00

Kernel: Fix all linker errors for Aarch64 build

This commit is contained in:
James Mintram 2021-10-13 19:21:24 +01:00 committed by Linus Groh
parent ab70268d61
commit ceb3328877
3 changed files with 80 additions and 0 deletions

View file

@ -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)