mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
AK: Fix problem when building i686-pc-serenity toolchain from scratch.
This commit is contained in:
parent
dd966c03c9
commit
9de7a0daaf
2 changed files with 6 additions and 5 deletions
|
@ -65,7 +65,7 @@ AS = i686-pc-serenity-as
|
|||
all: $(LIBRARY) startfiles
|
||||
|
||||
startfiles:
|
||||
@echo "CXX $<"; $(CXX) $(CXXFLAGS) -o crt0.o -c crt0.cpp
|
||||
@echo "CXX crt0.o"; $(CXX) $(CXXFLAGS) -o crt0.o -c crt0.cpp
|
||||
cp crti.ao crti.o
|
||||
cp crtn.ao crtn.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue