Skip to content
Snippets Groups Projects
Verified Commit 7f7d73de authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Link crt1.o to crt0.o

parent c99658a8
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ install-libs: libs ...@@ -95,6 +95,7 @@ install-libs: libs
cp -v "$(BUILD)/release/libc.so" "$(DESTDIR)/lib" cp -v "$(BUILD)/release/libc.so" "$(DESTDIR)/lib"
ln -frsv "$(DESTDIR)/lib/libc.so" "$(DESTDIR)/lib/libc.so.6" ln -frsv "$(DESTDIR)/lib/libc.so" "$(DESTDIR)/lib/libc.so.6"
cp -v "$(BUILD)/release/crt0.o" "$(DESTDIR)/lib" cp -v "$(BUILD)/release/crt0.o" "$(DESTDIR)/lib"
ln -frsv "$(DESTDIR)/lib/crt0.o" "$(DESTDIR)/lib/crt1.o"
cp -v "$(BUILD)/release/crti.o" "$(DESTDIR)/lib" cp -v "$(BUILD)/release/crti.o" "$(DESTDIR)/lib"
cp -v "$(BUILD)/release/crtn.o" "$(DESTDIR)/lib" cp -v "$(BUILD)/release/crtn.o" "$(DESTDIR)/lib"
cp -v "$(BUILD)/release/ld_so" "$(DESTDIR)/lib/ld64.so.1" cp -v "$(BUILD)/release/ld_so" "$(DESTDIR)/lib/ld64.so.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment