1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 09:12:26 +00:00
serenity/Userland/Libraries/LibSystem
Itamar ae67cabe11 CMake: Make libc.a self-contained
Previously, libc.a contained undefined symbols from ssp and libsystem,
which caused static compilation to fail.

We now generate libc.a with a custom CMake rule that combines all
object files from libc, ssp and libsystem to form libc.a

Closes #5758.
2021-03-19 22:55:53 +01:00
..
CMakeLists.txt CMake: Make libc.a self-contained 2021-03-19 22:55:53 +01:00
syscall.cpp
syscall.h