diff options
author | Nico Weber <thakis@chromium.org> | 2021-09-12 09:09:36 -0400 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-09-12 17:26:41 +0000 |
commit | 22b2ca7b8ece9e99ac497c5df942bb72a664428e (patch) | |
tree | beb18215f4562e8c389e6ab55fe5d2235b2bd8fd /Userland/Demos/CatDog | |
parent | 9a1181f748c189470bc21dc74224eb0f72798df6 (diff) | |
download | serenity-22b2ca7b8ece9e99ac497c5df942bb72a664428e.zip |
Kernel: Build Prekernel with -fno-threadsafe-statics
Else, function-local statics create calls to
__cxa_guard_acquire / __cxa_guard_release on aarch64, which we don't
(yet?) implement. Since Prekernel is single-threaded, just sidestep
that for now.
Diffstat (limited to 'Userland/Demos/CatDog')
0 files changed, 0 insertions, 0 deletions