1
Fork 0
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:
Andrew Kaster 2020-01-09 00:36:32 -07:00 committed by Andreas Kling
parent 9681d41bf0
commit 4cb7c8ea85
3 changed files with 40 additions and 27 deletions

View file

@ -54,7 +54,8 @@ LIBC_OBJS = \
wchar.o \
serenity.o \
syslog.o \
cxxabi.o
cxxabi.o \
libcinit.o
ELF_OBJS = \
../LibELF/ELFDynamicObject.o \