mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Toolchain/Stubs: Fix small typo in README.md
This commit is contained in:
parent
34b446ab34
commit
872b6f626e
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/872b6f626e Pull-request: https://github.com/SerenityOS/serenity/pull/24145
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
This directory contains stubs for SerenityOS's LibC that are referenced from the LLVM runtime
|
||||
libraries. These are needed by the linker in order to add the required `DT_NEEDED` entries and to
|
||||
not emit errors regarding undefiend libc symbols. Additionally, it provides fake empty libunwind.so
|
||||
not emit errors regarding undefined libc symbols. Additionally, it provides fake empty libunwind.so
|
||||
and libc++.so for CMake configuration checks to succeed when bootstrapping the OS.
|
||||
|
||||
## Do these need to be updated?
|
||||
|
|
Loading…
Add table
Reference in a new issue