mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:07:44 +00:00
Toolchain: The toolchain script is now working 🎉
This commit is contained in:
parent
4977fd22b8
commit
3761bc3ed7
3 changed files with 12 additions and 4 deletions
|
@ -82,6 +82,6 @@ install: $(LIBRARY)
|
|||
rsync -a --include '*/' --include '*.h' --exclude '*' . ../Base/usr/include
|
||||
# Install the library
|
||||
cp $(LIBRARY) ../Base/usr/lib
|
||||
cp crt0.o ../Base/usr/lib/
|
||||
cp crti.ao ../Base/usr/lib/crti.o
|
||||
cp crtn.ao ../Base/usr/lib/crtn.o
|
||||
cp crt0.o ../Base/usr/lib/
|
||||
cp crti.ao ../Base/usr/lib/crti.o
|
||||
cp crtn.ao ../Base/usr/lib/crtn.o
|
Loading…
Add table
Add a link
Reference in a new issue