This commit is contained in:
whitequark 2017-02-01 01:56:39 +00:00
parent 6fd149f048
commit f3b2610ffc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ runtime.elf: $(RUSTOUT)/libruntime.a flash_storage.o ksupport_data.o
@chmod -x $@
.PHONY: $(RUSTOUT_KSUPPORT)/libksupport.a
$(RUSTOUT_KSUPPORT)/ksupport.a:
$(RUSTOUT_KSUPPORT)/libksupport.a:
$(CARGO) \
RUSTFLAGS="-C target-feature=+mul,+div,+ffl1,+cmov,+addc -C opt-level=s -Cpanic=unwind" \
CARGO_TARGET_DIR=$(realpath .)/cargo-ksupport \