Update libstd, remove openlibm (now inside of libstd)
This commit is contained in:
parent
9ba04a065e
commit
27375c89c2
4 changed files with 4 additions and 8 deletions
6
Makefile
6
Makefile
|
@ -227,10 +227,10 @@ $(BUILD)/librand.rlib: rust/src/librand/lib.rs $(BUILD)/libcore.rlib
|
|||
$(BUILD)/librustc_unicode.rlib: rust/src/librustc_unicode/lib.rs $(BUILD)/libcore.rlib
|
||||
$(RUSTC) $(RUSTCFLAGS) -o $@ $<
|
||||
|
||||
openlibm/libopenlibm.a:
|
||||
CROSSCC=$(CC) CFLAGS=-fno-stack-protector make -C openlibm libopenlibm.a
|
||||
libstd/openlibm/libopenlibm.a:
|
||||
CROSSCC=$(CC) CFLAGS=-fno-stack-protector make -C libstd/openlibm libopenlibm.a
|
||||
|
||||
$(BUILD)/libopenlibm.a: openlibm/libopenlibm.a
|
||||
$(BUILD)/libopenlibm.a: libstd/openlibm/libopenlibm.a
|
||||
mkdir -p $(BUILD)
|
||||
cp $< $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue