mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibC: Make sure we build crt0.o
This commit is contained in:
parent
bdaa74c85b
commit
6ec46aad66
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ EXTRA_OBJS = setjmp.ao crti.ao crtn.ao
|
||||||
|
|
||||||
.PHONY: startfiles
|
.PHONY: startfiles
|
||||||
startfiles: $(EXTRA_OBJS)
|
startfiles: $(EXTRA_OBJS)
|
||||||
|
$(CXX) $(CXXFLAGS) -o crt0.o -c crt0.cpp
|
||||||
$(QUIET) cp crti.ao crti.o
|
$(QUIET) cp crti.ao crti.o
|
||||||
$(QUIET) cp crtn.ao crtn.o
|
$(QUIET) cp crtn.ao crtn.o
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue