Fix openlibm
This commit is contained in:
parent
b0802162ea
commit
e4490b06de
2 changed files with 21 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -123,7 +123,7 @@ $(BUILD)/libcollections.rlib: rust/src/libcollections/lib.rs $(BUILD)/libcore.rl
|
|||
$(RUSTC) $(RUSTCFLAGS) -o $@ $<
|
||||
|
||||
openlibm/libopenlibm.a:
|
||||
make -C openlibm
|
||||
CFLAGS=-fno-stack-protector make -C openlibm
|
||||
|
||||
$(BUILD)/libopenlibm.a: openlibm/libopenlibm.a
|
||||
mkdir -p $(BUILD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue