mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:57:36 +00:00
LibC: Move even more methods and globals out of crt0.o
This commit is contained in:
parent
9681d41bf0
commit
4cb7c8ea85
3 changed files with 40 additions and 27 deletions
|
@ -54,7 +54,8 @@ LIBC_OBJS = \
|
|||
wchar.o \
|
||||
serenity.o \
|
||||
syslog.o \
|
||||
cxxabi.o
|
||||
cxxabi.o \
|
||||
libcinit.o
|
||||
|
||||
ELF_OBJS = \
|
||||
../LibELF/ELFDynamicObject.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue