ladybird/Toolchain/Stubs/i686clang
Daniel Bertalan c524f58290 Toolchain: Introduce stubs for core system libraries
This allows the linker to link against these dynamic libraries when
compiling libc++/libunwind, without having to do a separate
bootstrapping LibC build.

Without this change, libc++ would fail to pick up the need to link to
`LibPthread` if no prior builds of it existed. Because of this, we'd
immediately have an assertion failure in SystemServer, as mutexes are
used for the safe construction of function-local static variables.
2021-10-17 17:09:58 +01:00
..
libc.so Toolchain: Introduce stubs for core system libraries 2021-10-17 17:09:58 +01:00
libdl.so Toolchain: Introduce stubs for core system libraries 2021-10-17 17:09:58 +01:00
libm.so Toolchain: Introduce stubs for core system libraries 2021-10-17 17:09:58 +01:00
libpthread.so Toolchain: Introduce stubs for core system libraries 2021-10-17 17:09:58 +01:00