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

Add shared object for openlibm and pthreads-emb

parent 2fdca9bd
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,9 @@ $(BUILD)/openlibm: openlibm ...@@ -140,6 +140,9 @@ $(BUILD)/openlibm: openlibm
$(BUILD)/openlibm/libopenlibm.a: $(BUILD)/openlibm $(BUILD)/include $(BUILD)/openlibm/libopenlibm.a: $(BUILD)/openlibm $(BUILD)/include
$(MAKE) CC=$(CC) CPPFLAGS="-fno-stack-protector -I$(shell pwd)/include -I $(shell pwd)/$(BUILD)/include" -C $< libopenlibm.a $(MAKE) CC=$(CC) CPPFLAGS="-fno-stack-protector -I$(shell pwd)/include -I $(shell pwd)/$(BUILD)/include" -C $< libopenlibm.a
$(BUILD)/openlibm/libopenlibm.so: $(BUILD)/openlibm $(BUILD)/include
$(MAKE) CC=$(CC) CPPFLAGS="-fno-stack-protector -I$(shell pwd)/include -I $(shell pwd)/$(BUILD)/include" -C $< libopenlibm.so.2.5
$(BUILD)/pthreads-emb: pthreads-emb $(BUILD)/pthreads-emb: pthreads-emb
rm -rf $@ $@.partial rm -rf $@ $@.partial
mkdir -p $(BUILD) mkdir -p $(BUILD)
...@@ -149,3 +152,6 @@ $(BUILD)/pthreads-emb: pthreads-emb ...@@ -149,3 +152,6 @@ $(BUILD)/pthreads-emb: pthreads-emb
$(BUILD)/pthreads-emb/libpthread.a: $(BUILD)/pthreads-emb $(BUILD)/include $(BUILD)/pthreads-emb/libpthread.a: $(BUILD)/pthreads-emb $(BUILD)/include
$(MAKE) CC=$(CC) CFLAGS="-fno-stack-protector -I$(shell pwd)/include -I $(shell pwd)/$(BUILD)/include" -C $< libpthread.a $(MAKE) CC=$(CC) CFLAGS="-fno-stack-protector -I$(shell pwd)/include -I $(shell pwd)/$(BUILD)/include" -C $< libpthread.a
$(BUILD)/pthreads-emb/libpthread.so: $(BUILD)/pthreads-emb $(BUILD)/include
$(MAKE) CC=$(CC) CFLAGS="-fno-stack-protector -I$(shell pwd)/include -I $(shell pwd)/$(BUILD)/include" -C $< libpthread.so
Subproject commit 0fd936b4d47ea5e32c07d38d2b38789a5b995eef Subproject commit 40b2b829bc26583cc091fdca064004cfdebc10c5
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