LibC: Make sure we build crt0.o

This commit is contained in:
Andreas Kling 2019-12-20 20:36:53 +01:00
parent bdaa74c85b
commit 6ec46aad66
Notes: sideshowbarker 2024-07-19 10:47:46 +09:00

View File

@ -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