forked from M-Labs/artiq
Fix bc22d1c
.
This commit is contained in:
parent
6fd149f048
commit
f3b2610ffc
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue