Skip to content
Snippets Groups Projects
Verified Commit 5945de62 authored by jD91mZM2's avatar jD91mZM2
Browse files

Install openlibm from Makefile

parent 12ce441f
No related branches found
No related tags found
1 merge request!138Install openlibm from Makefile
...@@ -36,6 +36,8 @@ install: all ...@@ -36,6 +36,8 @@ install: all
mkdir -pv "$(DESTDIR)/include" mkdir -pv "$(DESTDIR)/include"
cp -rv "include"/* "$(DESTDIR)/include" cp -rv "include"/* "$(DESTDIR)/include"
cp -rv "target/include"/* "$(DESTDIR)/include" cp -rv "target/include"/* "$(DESTDIR)/include"
cp -rv "target/openlibm/include"/* "$(DESTDIR)/include"
cp -rv "target/openlibm/src"/*.h "$(DESTDIR)/include"
cp -v "$(BUILD)/debug/libc.a" "$(DESTDIR)/lib" cp -v "$(BUILD)/debug/libc.a" "$(DESTDIR)/lib"
cp -v "$(BUILD)/debug/crt0.o" "$(DESTDIR)/lib" cp -v "$(BUILD)/debug/crt0.o" "$(DESTDIR)/lib"
cp -v "$(BUILD)/openlibm/libopenlibm.a" "$(DESTDIR)/lib/libm.a" cp -v "$(BUILD)/openlibm/libopenlibm.a" "$(DESTDIR)/lib/libm.a"
......
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