Update openlibm
This commit is contained in:
parent
d16692665e
commit
77c6978a55
2
Makefile
2
Makefile
|
@ -187,7 +187,7 @@ $(BUILD)/libcollections.rlib: rust/src/libcollections/lib.rs $(BUILD)/libcore.rl
|
|||
$(RUSTC) $(RUSTCFLAGS) -o $@ $<
|
||||
|
||||
openlibm/libopenlibm.a:
|
||||
CC=$(CC) CFLAGS=-fno-stack-protector make -C openlibm
|
||||
CROSSCC=$(CC) CFLAGS=-fno-stack-protector make -C openlibm libopenlibm.a
|
||||
|
||||
$(BUILD)/libopenlibm.a: openlibm/libopenlibm.a
|
||||
mkdir -p $(BUILD)
|
||||
|
|
2
openlibm
2
openlibm
|
@ -1 +1 @@
|
|||
Subproject commit 3fc016023b0dd6b30dbd4e4942361c47d9b55779
|
||||
Subproject commit 3c837e79655c4be724efb945a6345ec97c07635c
|
Loading…
Reference in a new issue