mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +00:00
LibC: Make sure we build crt0.o
This commit is contained in:
parent
bdaa74c85b
commit
6ec46aad66
Notes:
sideshowbarker
2024-07-19 10:47:46 +09:00
Author: https://github.com/awesomekling
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
|
||||
startfiles: $(EXTRA_OBJS)
|
||||
$(CXX) $(CXXFLAGS) -o crt0.o -c crt0.cpp
|
||||
$(QUIET) cp crti.ao crti.o
|
||||
$(QUIET) cp crtn.ao crtn.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue