mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03: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: https://github.com/SerenityOS/serenity/commit/6ec46aad668
@ -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…
Reference in New Issue
Block a user